mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add rust-print-bytes-0.4.
* gnu/packages/crates-io.scm (rust-print-bytes-0.4): New variable.
This commit is contained in:
parent
d0bed3629c
commit
44ceb9ee13
1 changed files with 23 additions and 0 deletions
|
@ -44490,6 +44490,29 @@ (define-public rust-prettytable-rs-0.8
|
||||||
formatted tables in terminal.")
|
formatted tables in terminal.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public rust-print-bytes-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-print-bytes")
|
||||||
|
(version "0.4.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "print-bytes" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1zmvbaxfl4r780j0smg2kn1q3agks601aa43s5zdlzgcp32yjfvm"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-os-str-bytes" ,rust-os-str-bytes-2))))
|
||||||
|
(home-page "https://github.com/dylni/print_bytes")
|
||||||
|
(synopsis "Print bytes as losslessly as possible")
|
||||||
|
(description "This package contains a Rust library to print bytes as
|
||||||
|
losslessly as possible.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-proc-macro-crate-1
|
(define-public rust-proc-macro-crate-1
|
||||||
(package
|
(package
|
||||||
(name "rust-proc-macro-crate")
|
(name "rust-proc-macro-crate")
|
||||||
|
|
Loading…
Reference in a new issue