[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1. |
Date: |
Thu, 26 Dec 2024 18:10:51 -0500 |
* gnu/packages/crates-io.scm (rust-nested-0.1): New variable.
Change-Id: Ib30b8fc4c79711a4588f0fa461a52e73a5407592
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb96c63d4c..8f49d37e4a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50146,6 +50146,29 @@ (define-public rust-neso-0.5
in Rust that can compile to WebAssembly.")
(license (list license:expat license:asl2.0))))
+(define-public rust-nested-0.1
+ (package
+ (name "rust-nested")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nested" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "17lwhdw0z8c4g00yfdasxh4zc5dq1ccylmbb0n1zw1wgcc7l4aya"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "https://github.com/tafia/nested")
+ (synopsis
+ "memory efficient container for nested collections (like
@code{Vec<String>} or
+@code{Vec<Vec<T>>})")
+ (description
+ "This package provides a memory efficient container for nested
collections (like
+@code{Vec<String>} or @code{Vec<Vec<T>>}).")
+ (license license:expat)))
+
(define-public rust-net2-0.2
(package
(name "rust-net2")
--
2.46.0
- [bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12., (continued)
- [bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 02/67] gnu: Add rust-enable-ansi-support-0.2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 03/67] gnu: Add rust-guppy-0.17., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 05/67] gnu: Add rust-nextest-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 10/67] gnu: Add rust-camino-tempfile-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 09/67] gnu: Add rust-swrite-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 08/67] gnu: Add rust-quick-junit-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 12/67] gnu: Add rust-debug-ignore-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 17/67] gnu: Add rust-recursion-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 13/67] gnu: Add rust-guppy-summaries-0.7., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1.,
Jordan Moore <=
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 06/67] gnu: Add rust-nextest-metadata-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 07/67] gnu: Add rust-nextest-runner-0.70., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 11/67] gnu: Add rust-cargo-metadata-0.19., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 14/67] gnu: Add rust-guppy-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 23/67] gnu: Add rust-console-subscriber-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 20/67] gnu: Add rust-async-scoped-0.9., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 21/67] gnu: Add rust-atomicwrites-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 24/67] gnu: Add rust-future-queue-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 26/67] gnu: Add rust-mukti-metadata-0.3., Jordan Moore, 2024/12/26