guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

227/424: gnu: Add rust-alloc-traits-0.1.


From: guix-commits
Subject: 227/424: gnu: Add rust-alloc-traits-0.1.
Date: Sun, 10 Nov 2024 05:42:11 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 0e6407ac7c232fb3aa9f83921df68e5cb29f9176
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 21:18:59 2024 +0300

    gnu: Add rust-alloc-traits-0.1.
    
    * gnu/packages/crates-io.scm (rust-alloc-traits-0.1): New variable.
    
    Change-Id: I8dcd99d2fd77aa42172afb309a81dfbee963e9ef
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 012fd396cb..33c16b532f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1277,6 +1277,25 @@ options to use calloc or a mutable global variable for 
pre-zeroed memory.")
 be used with the stdlib.")
     (license license:bsd-3)))
 
+(define-public rust-alloc-traits-0.1
+  (package
+    (name "rust-alloc-traits")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "alloc-traits" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "10z4rmykwnp8ps5r5n34190h6gmzpj1f67fqildi1z8r6f2m8bbb"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/HeroicKatora/static-alloc";)
+    (synopsis "Traits to replace or supplement the alloc module in no_std")
+    (description
+     "This package provides Traits to replace or supplement the alloc module
+in no_std.")
+    (license license:expat)))
+
 (define-public rust-allocator-api2-0.2
   (package
     (name "rust-allocator-api2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]