GNU bug report logs - #70685
[PATCH 00/30] Add rust-osm-io.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 30 Apr 2024 22:27:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


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

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70685 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 09/30] gnu: Add rust-escape-string-0.1.
Date: Wed,  1 May 2024 00:27:14 +0200
* gnu/packages/crates-io.scm (rust-escape-string-0.1): New variable.

Change-Id: Ia9fc8b245681eebfa631baaf795cb83bf7cc3856
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 11e1627bdf..d5e4288ea1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22278,6 +22278,23 @@ (define-public rust-error-code-2
 @code{no_std} environment.")
     (license license:boost1.0)))
 
+(define-public rust-escape-string-0.1
+  (package
+    (name "rust-escape-string")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "escape_string" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1fji152hgknfixj4ny5xnrmaly09dsyk0fl3fggqzj3mk5b6gs2r"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/njaard/sonnerie")
+    (synopsis "Parse backslash-escaped strings")
+    (description "This crate provides a way to efficiently parse backslash-escaped strings.")
+    (license license:bsd-2)))
+
 (define-public rust-escaper-0.1
   (package
     (name "rust-escaper")
-- 
2.41.0





This bug report was last modified 44 days ago.

Previous Next


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