mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add rust-bytemuck-1.
* gnu/packages/crates-io.scm (rust-bytemuck-1): New variable.
This commit is contained in:
parent
4be1d5d8ec
commit
561af003cb
1 changed files with 20 additions and 0 deletions
|
@ -2255,6 +2255,26 @@ (define-public rust-bytecount-0.4
|
|||
("rust-quickcheck" ,rust-quickcheck-0.6)
|
||||
("rust-rand" ,rust-rand-0.4))))))
|
||||
|
||||
(define-public rust-bytemuck-1
|
||||
(package
|
||||
(name "rust-bytemuck")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bytemuck" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cclc9v10hc1abqrxgirg3qbwa3ra3s0dai3xiwv9v4j4bgi7yip"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/Lokathor/bytemuck")
|
||||
(synopsis "crate for mucking around with piles of bytes")
|
||||
(description
|
||||
"This package provides a crate for mucking around with piles of bytes.")
|
||||
(license license:zlib)))
|
||||
|
||||
(define-public rust-byteorder-1.3
|
||||
(package
|
||||
(name "rust-byteorder")
|
||||
|
|
Loading…
Reference in a new issue