mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-ufmt-0.1.
* gnu/packages/crates-io.scm (rust-ufmt-0.1): New variable.
This commit is contained in:
parent
e45472e6f2
commit
1949e24051
1 changed files with 24 additions and 0 deletions
|
@ -27226,6 +27226,30 @@ with the Unicode character database.")
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-ufmt-0.1
|
||||
(package
|
||||
(name "rust-ufmt")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ufmt" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1844qwbmc4m69nfi6xmdcdf4fmjjvypi9rpfg3wgilvrxykwwzif"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-ufmt-macros" ,rust-ufmt-macros-0.1)
|
||||
("rust-ufmt-write" ,rust-ufmt-write-0.1))))
|
||||
(home-page "https://crates.io/crates/ufmt")
|
||||
(synopsis "Faster and panic-free alternative to @code{core::fmt}")
|
||||
(description "This package provides a (6-40x) smaller, (2-9x) faster and
|
||||
panic-free alternative to @code{core::fmt}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ufmt-macros-0.1
|
||||
(package
|
||||
(name "rust-ufmt-macros")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue