gnu: Add rust-ufmt-write-0.1.

* gnu/packages/crates-io.scm (rust-ufmt-write-0.1): New variable.
This commit is contained in:
Arun Isaac 2020-09-17 10:09:26 +05:30
parent df199ce672
commit 289012517c
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -26730,6 +26730,24 @@ (define-public rust-ucd-util-0.1
(license (list license:asl2.0
license:expat))))
(define-public rust-ufmt-write-0.1
(package
(name "rust-ufmt-write")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "ufmt-write" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0sdx0r6ah9xr3nydrqxj01v25sb956c0jk5rqf6f5i9fnkb2wyp8"))))
(build-system cargo-build-system)
(home-page "https://github.com/japaric/ufmt")
(synopsis "μfmt's uWrite trait")
(description "This package provides @code{μfmt}'s @code{uWrite} trait.")
(license (list license:expat license:asl2.0))))
(define-public rust-unchecked-index-0.2
(package
(name "rust-unchecked-index")