gnu: Add rust-stream-assert-0.1.
* gnu/packages/crates-io.scm (rust-stream-assert-0.1): Add variable. Change-Id: I72be17c1d6aa15fbb6b7251c4e85461f99b4c47b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
2220d10226
commit
66c0011f61
gnu/packages
|
@ -65248,6 +65248,26 @@ UTF-8.")
|
||||||
(description "This package provides a static string buffer.")
|
(description "This package provides a static string buffer.")
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
|
(define-public rust-stream-assert-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-stream-assert")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "stream_assert" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "15jbd1wzd1pl7mc7wkhrcnj5km4bv51gng664w23y0f9ff56gavz"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3))))
|
||||||
|
(home-page "https://codeberg.org/jplatte/stream_assert")
|
||||||
|
(synopsis "Macros to simplify testing of `Stream` based APIs")
|
||||||
|
(description "This package provides macros to simplify testing of
|
||||||
|
`Stream` based APIs.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public rust-streaming-decompression-0.1
|
(define-public rust-streaming-decompression-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-streaming-decompression")
|
(name "rust-streaming-decompression")
|
||||||
|
|
Reference in New Issue