guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75068] [PATCH rust-team v2 08/93] gnu: rust-jwalk-0.8: Order alphab


From: Herman Rimm
Subject: [bug#75068] [PATCH rust-team v2 08/93] gnu: rust-jwalk-0.8: Order alphabetically.
Date: Tue, 24 Dec 2024 21:09:59 +0100

* gnu/packages/crates-io.scm (rust-jwalk-0.8): Order.

Change-Id: I24fafd655e13379fbe3c223e406237aa5d780a71
---
 gnu/packages/crates-io.scm | 74 +++++++++++++++++++-------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 42dd1fbe30..618384ab86 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35183,43 +35183,6 @@ (define-public rust-hts-sys-2
     (description "This library provides Rust bindings to HTSlib.")
     (license license:expat)))
 
-(define-public rust-jwalk-0.8
-  (package
-    (name "rust-jwalk")
-    (version "0.8.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "jwalk" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0miw0074ch6p89dbvrlnz9wp13rh7542cf1ak8bx4v1mcrsq8d97"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-crossbeam" ,rust-crossbeam-0.8)
-        ("rust-rayon" ,rust-rayon-1))
-       #:cargo-development-inputs
-       (("rust-criterion" ,rust-criterion-0.4)
-        ("rust-fs-extra" ,rust-fs-extra-1)
-        ("rust-ignore" ,rust-ignore-0.4)
-        ("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-num-cpus" ,rust-num-cpus-1)
-        ("rust-tempfile" ,rust-tempfile-3)
-        ("rust-walkdir" ,rust-walkdir-2))))
-    (home-page "https://github.com/byron/jwalk";)
-    (synopsis
-     "File system walk performed in parallel with streamed and sorted results")
-    (description
-     "This Rust crate implements a file system walk that runs in parallel
-using @code{rayon}.  It attempts to combine the parallelism of @code{ignore}
-with @code{walkdir}'s streaming iterator API.  Entries are streamed in sorted
-order with options for custom sorting, filtering, and skipping.
-
-Directory traversal is already pretty fast.  If you don't need this crate's
-speed then walkdir provides a smaller and more tested single threaded 
implementation.")
-    (license license:expat)))
-
 (define-public rust-human-date-parser-0.1
   (package
     (name "rust-human-date-parser")
@@ -39838,6 +39801,43 @@ (define-public rust-juniper-0.14
        (("rust-bencher" ,rust-bencher-0.1)
         ("rust-serde-json" ,rust-serde-json-1))))))
 
+(define-public rust-jwalk-0.8
+  (package
+    (name "rust-jwalk")
+    (version "0.8.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "jwalk" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0miw0074ch6p89dbvrlnz9wp13rh7542cf1ak8bx4v1mcrsq8d97"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-crossbeam" ,rust-crossbeam-0.8)
+        ("rust-rayon" ,rust-rayon-1))
+       #:cargo-development-inputs
+       (("rust-criterion" ,rust-criterion-0.4)
+        ("rust-fs-extra" ,rust-fs-extra-1)
+        ("rust-ignore" ,rust-ignore-0.4)
+        ("rust-lazy-static" ,rust-lazy-static-1)
+        ("rust-num-cpus" ,rust-num-cpus-1)
+        ("rust-tempfile" ,rust-tempfile-3)
+        ("rust-walkdir" ,rust-walkdir-2))))
+    (home-page "https://github.com/byron/jwalk";)
+    (synopsis
+     "File system walk performed in parallel with streamed and sorted results")
+    (description
+     "This Rust crate implements a file system walk that runs in parallel
+using @code{rayon}.  It attempts to combine the parallelism of @code{ignore}
+with @code{walkdir}'s streaming iterator API.  Entries are streamed in sorted
+order with options for custom sorting, filtering, and skipping.
+
+Directory traversal is already pretty fast.  If you don't need this crate's
+speed then walkdir provides a smaller and more tested single threaded 
implementation.")
+    (license license:expat)))
+
 (define-public rust-katex-doc-0.1
   (package
     (name "rust-katex-doc")
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]