mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Add rust-parse-display-0.8.
* gnu/packages/crates-io.scm (rust-parse-display-0.8): Add variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Idec3853719b731e77b11cc1b6044ad946cd70adc
This commit is contained in:
parent
a7b4afc692
commit
9cbdeaa47c
1 changed files with 24 additions and 0 deletions
|
@ -45850,6 +45850,30 @@ (define-public rust-parquet2-0.6
|
||||||
parallelism and safety in mind.")
|
parallelism and safety in mind.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-parse-display-0.8
|
||||||
|
(package
|
||||||
|
(name "rust-parse-display")
|
||||||
|
(version "0.8.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "parse-display" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0p5w8jmb05lp3s9m5crwp1fkmgnc49xh5wlpzvdfhlrbf849sl66"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-once-cell" ,rust-once-cell-1)
|
||||||
|
("rust-parse-display-derive" ,rust-parse-display-derive-0.8)
|
||||||
|
("rust-regex" ,rust-regex-1))))
|
||||||
|
(home-page "https://github.com/frozenlib/parse-display")
|
||||||
|
(synopsis
|
||||||
|
"Procedural macro to implement Display and FromStr using common settings")
|
||||||
|
(description
|
||||||
|
"This package provides a procedural macro to implement @code{Display} and
|
||||||
|
@code{FromStr} using common settings.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-parse-display-derive-0.8
|
(define-public rust-parse-display-derive-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-parse-display-derive")
|
(name "rust-parse-display-derive")
|
||||||
|
|
Loading…
Reference in a new issue