mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add rust-futures-sink-0.3.
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
953297c271
commit
e6cb6c35f0
1 changed files with 20 additions and 0 deletions
|
@ -4243,6 +4243,26 @@ (define-public rust-futures-select-macro-preview-0.3
|
|||
@code{Future}s at once and handling the first one to complete.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-futures-sink-0.3
|
||||
(package
|
||||
(name "rust-futures-sink")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-sink" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05iwskzxq3yqvxv9l1kqnd7kkmp0dwc39fnvwrcjsg76z8zf66qp"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
||||
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
|
||||
(description "This package provides the asynchronous @code{Sink} trait for
|
||||
the futures-rs library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-futures-sink-preview-0.3
|
||||
(package
|
||||
(name "rust-futures-sink-preview")
|
||||
|
|
Loading…
Reference in a new issue