[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
204/330: gnu: Add rust-str-stack-0.1.
From: |
guix-commits |
Subject: |
204/330: gnu: Add rust-str-stack-0.1. |
Date: |
Mon, 18 Mar 2024 07:16:12 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit cec2849ba31390edc5efbfe2840996074249337b
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:03:05 2024 +0100
gnu: Add rust-str-stack-0.1.
* gnu/packages/crates-io.scm (rust-str-stack-0.1): Add variable.
Change-Id: I288ab5b984139a6bd2c9f3bc53a291a70239d908
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1818770111..49941daa4b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68589,6 +68589,28 @@ UTF-8.")
(description "This package provides a static string buffer.")
(license license:boost1.0)))
+(define-public rust-str-stack-0.1
+ (package
+ (name "rust-str-stack")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "str_stack" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1sxl8xd8kiaffsryqpfwcb02lnd3djfin7gf38ag5980908vd4ch"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/Stebalien/str_stack")
+ (synopsis "String allocator for allocating many write-once strings")
+ (description
+ "This package provides a string allocator for allocating many write-once
+strings. This library is primarily useful for parsing where you need to
+repeatedly build many strings, use them, and then throw them away. Instead of
+allocating many independent strings, this library will put them all in the same
+buffer.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-stream-assert-0.1
(package
(name "rust-stream-assert")
- 330/330: gnu: Add rust-salvo-0.16., (continued)
- 330/330: gnu: Add rust-salvo-0.16., guix-commits, 2024/03/18
- 313/330: gnu: Add rust-handlebars-4., guix-commits, 2024/03/18
- 213/330: gnu: Add rust-libtest-mimic-0.7., guix-commits, 2024/03/18
- 207/330: gnu: rust-mockall-derive-0.11: Update to 0.11.4., guix-commits, 2024/03/18
- 206/330: gnu: Add rust-fragile-2., guix-commits, 2024/03/18
- 210/330: gnu: rust-snapbox-macros-0.3: Update to 0.3.8., guix-commits, 2024/03/18
- 212/330: gnu: Add rust-anstyle-svg-0.1., guix-commits, 2024/03/18
- 217/330: gnu: Add rust-toml-edit-0.22., guix-commits, 2024/03/18
- 205/330: gnu: Add rust-chacha20poly1305-0.10., guix-commits, 2024/03/18
- 202/330: gnu: Add rust-isahc-1., guix-commits, 2024/03/18
- 204/330: gnu: Add rust-str-stack-0.1.,
guix-commits <=
- 215/330: gnu: Add rust-escape8259-0.5., guix-commits, 2024/03/18
- 222/330: gnu: rust-palette-derive-0.7: Update to 0.7.5., guix-commits, 2024/03/18
- 211/330: gnu: Add rust-snapbox-0.5., guix-commits, 2024/03/18
- 224/330: gnu: Add rust-path-clean-1., guix-commits, 2024/03/18
- 225/330: gnu: rust-rayon-1: Update to 1.9.0., guix-commits, 2024/03/18
- 218/330: gnu: Add rust-circular-0.3., guix-commits, 2024/03/18
- 226/330: gnu: rust-rayon-core-1: Update to 1.12.1., guix-commits, 2024/03/18
- 228/330: gnu: Add rust-wasm-sync-0.1., guix-commits, 2024/03/18
- 229/330: gnu: eza: Update to 0.18.7., guix-commits, 2024/03/18
- 231/330: gnu: rust-rust-embed-utils-5: Don't skip the build., guix-commits, 2024/03/18