[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
227/384: gnu: Add rust-alloc-traits-0.1.
From: |
guix-commits |
Subject: |
227/384: gnu: Add rust-alloc-traits-0.1. |
Date: |
Thu, 10 Oct 2024 07:58:20 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit cfb0bf74c6b2dfa603fd876ed4b5dfe0f45b90ba
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 b4e78d3995..d462cebb38 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")
- 198/384: gnu: Add rust-ruzstd-0.7., (continued)
- 198/384: gnu: Add rust-ruzstd-0.7., guix-commits, 2024/10/10
- 206/384: gnu: Add rust-memmap2-0.6., guix-commits, 2024/10/10
- 207/384: gnu: rust-gimli-0.27: Update to 0.27.3., guix-commits, 2024/10/10
- 205/384: gnu: fd: Update to 10.2.0., guix-commits, 2024/10/10
- 216/384: gnu: rust-hickory-proto-0.24: Update to 0.24.1., guix-commits, 2024/10/10
- 217/384: gnu: rust-hickory-recursor-0.24: Update to 0.24.1., guix-commits, 2024/10/10
- 224/384: gnu: rust-openpgp-cert-d-0.3: Update to 0.3.3., guix-commits, 2024/10/10
- 228/384: gnu: Add rust-async-generic-1., guix-commits, 2024/10/10
- 226/384: gnu: Add rust-tss-esapi-sys-0.5., guix-commits, 2024/10/10
- 232/384: gnu: Add rust-iso7816-tlv-0.4., guix-commits, 2024/10/10
- 227/384: gnu: Add rust-alloc-traits-0.1.,
guix-commits <=
- 238/384: gnu: Add rust-static-alloc-0.2., guix-commits, 2024/10/10
- 244/384: gnu: Add rust-picky-asn1-x509-0.12., guix-commits, 2024/10/10
- 234/384: gnu: Remove rust-openpgp-cert-d-0.1., guix-commits, 2024/10/10
- 267/384: gnu: just: Enable zsh completion., guix-commits, 2024/10/10
- 263/384: gnu: rust-color-eyre-0.6: Patch for newer rust-backtrace-0.3., guix-commits, 2024/10/10
- 261/384: gnu: sequoia-sq: Update to 0.38.0., guix-commits, 2024/10/10
- 262/384: gnu: sequoia-sqv: Update to 1.2.1., guix-commits, 2024/10/10
- 264/384: gnu: rust-color-eyre-0.6: Update to 0.6.3., guix-commits, 2024/10/10
- 269/384: gnu: rust-encoding-rs-0.8: Update to 0.8.34., guix-commits, 2024/10/10
- 285/384: gnu: Add rust-papergrid-0.11., guix-commits, 2024/10/10