GNU bug report logs - #75127
[PATCH 00/67] rust-team: Add cargo-nextest

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Thu, 26 Dec 2024 23:02:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> friendly-machines.com>

Bug is archived. No further changes may be made.

Full log


Message #1364 received at 75127 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 75127 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>
Subject: [PATCH v8 33/44] gnu: Add rust-nested-0.1.
Date: Wed,  5 Feb 2025 19:31:48 +0100
From: Jordan Moore <lockbox <at> struct.foo>

* gnu/packages/crates-io.scm (rust-nested-0.1): New variable.

Change-Id: Ib30b8fc4c79711a4588f0fa461a52e73a5407592
---
 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 d14941facfa..be48b7758d0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45612,6 +45612,25 @@ (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)
+    (home-page "https://github.com/tafia/nested")
+    (synopsis "Memory efficient container for nested collections")
+    (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.47.1





This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.