mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-fallible-streaming-iterator-0.1.
* gnu/packages/crates-io.scm (rust-fallible-streaming-iterator-0.1): New variable.
This commit is contained in:
parent
5b034ab6a6
commit
30b610d68c
1 changed files with 17 additions and 0 deletions
|
@ -6441,6 +6441,23 @@ provides implementations for @code{HashMap} and @code{HashSet}.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-fallible-streaming-iterator-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-fallible-streaming-iterator")
|
||||||
|
(version "0.1.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "fallible-streaming-iterator" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/sfackler/fallible-streaming-iterator")
|
||||||
|
(synopsis "Fallible streaming iteration")
|
||||||
|
(description "Fallible streaming iteration")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-fern-0.5
|
(define-public rust-fern-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-fern")
|
(name "rust-fern")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue