mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-enum-ordinalize-derive-4.
* gnu/packages/crates-io.scm (rust-enum-ordinalize-derive-4): New variable. Change-Id: I5f56252a4eb4626ba6d2cece964c975e341a7280 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
de4c36b64b
commit
013b610c80
1 changed files with 24 additions and 0 deletions
|
@ -26319,6 +26319,30 @@ (define-public rust-enumflags2-derive-0.6
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-enum-ordinalize-derive-4
|
||||
(package
|
||||
(name "rust-enum-ordinalize-derive")
|
||||
(version "4.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "enum-ordinalize-derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zy53fabazimwv5cl0366k834ybixzl84lxj9mfavbnlfn532a0d"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
(home-page "https://magiclen.org/enum-ordinalize")
|
||||
(synopsis "Macro that enables construction of enums from an ordinal value")
|
||||
(description
|
||||
"This crate provides a procedural macro that enables enums to not only
|
||||
obtain the ordinal values of their variants but also allows for the
|
||||
construction of enums from an ordinal value.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-enumset-1
|
||||
(package
|
||||
(name "rust-enumset")
|
||||
|
|
Loading…
Reference in a new issue