gnu: Add rust-unescape-0.1.
* gnu/packages/crates-io.scm (rust-unescape-0.1): New variable.
This commit is contained in:
parent
4d6084fc88
commit
d721e349a1
1 changed files with 18 additions and 0 deletions
|
@ -70332,6 +70332,24 @@ (define-public rust-unchecked-index-0.2
|
|||
"Unchecked indexing wrapper using regular index syntax.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-unescape-0.1
|
||||
(package
|
||||
(name "rust-unescape")
|
||||
(version "0.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unescape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vlgws15n4kz8xq4igzr1f80nbiyr838k687hn6ly8a36an7vffc"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/saghm/unescape-rs")
|
||||
(synopsis "Unescapes strings")
|
||||
(description
|
||||
"Unescapes strings with escape sequences written out as literal characters.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ungrammar-1
|
||||
(package
|
||||
(name "rust-ungrammar")
|
||||
|
|
Loading…
Reference in a new issue