mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: Add rust-utf8-width-0.1.
* gnu/packages/crates-io.scm (rust-utf8-width-0.1): New variable.
This commit is contained in:
parent
6cac86c985
commit
92d03ec863
1 changed files with 19 additions and 0 deletions
|
@ -33940,6 +33940,25 @@ (define-public rust-utf8-ranges-0.1
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.2))))))
|
(("rust-quickcheck" ,rust-quickcheck-0.2))))))
|
||||||
|
|
||||||
|
(define-public rust-utf8-width-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-utf8-width")
|
||||||
|
(version "0.1.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "utf8-width" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ylf5mvzck81iszchxyqmhwimkcdqv7jhazvd454g911cchsqwch"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://magiclen.org/utf8-width")
|
||||||
|
(synopsis "Determine the width of a UTF-8 character")
|
||||||
|
(description
|
||||||
|
"This package determines the width of a UTF-8 character by providing its
|
||||||
|
first byte.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-utf8parse-0.1
|
(define-public rust-utf8parse-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-utf8parse")
|
(name "rust-utf8parse")
|
||||||
|
|
Loading…
Reference in a new issue