me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-array-init-cursor-0.2.

* gnu/packages/crates-io.scm (rust-array-init-cursor-0.2): New variable.

Change-Id: I6003329a4f463ea52026aae7aa13adbdb94d80e8
master
Efraim Flashner 2024-03-16 22:00:05 +02:00
parent 26746a602e
commit b518645153
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -2641,6 +2641,24 @@ initialisers. Provides an init closure that's called for each element of the
array.")
(license (list license:expat license:asl2.0))))
(define-public rust-array-init-cursor-0.2
(package
(name "rust-array-init-cursor")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "array-init-cursor" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0xpbqf7qkvzplpjd7f0wbcf2n1v9vygdccwxkd1amxp4il0hlzdz"))))
(build-system cargo-build-system)
(home-page "https://github.com/planus-org/planus")
(synopsis "Utility crate to help keep track of arrays of MaybeUninit")
(description
"Utility crate to help keep track of arrays of @code{MaybeUninit}.")
(license (list license:expat license:asl2.0))))
(define-public rust-array-macro-1
(package
(name "rust-array-macro")