me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-elain-0.3.

* gnu/packages/crates-io.scm (rust-elain-0.3): New variable.

Change-Id: Ibbdb0fb1f1fd4bfeab5a889d7329cff6dd18aecc
master
Efraim Flashner 2023-12-24 09:54:31 +02:00
parent 58c320141f
commit d11d3a9852
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -24174,6 +24174,23 @@ signing, and verification in pure Rust.")
@code{Right} is a general purpose sum type with two cases.")
(license (list license:expat license:asl2.0))))
(define-public rust-elain-0.3
(package
(name "rust-elain")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "elain" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wgpyy0m48vdnrip0f4x1h8w4bp2lxgy8pqk78qwhrbxmr7hj8im"))))
(build-system cargo-build-system)
(home-page "https://docs.rs/elain/latest/elain/")
(synopsis "Set a type's minimum alignment with const generics")
(description "Set a type's minimum alignment with const generics.")
(license (list license:expat license:asl2.0))))
(define-public rust-elf-0.0.10
(package
(name "rust-elf")