Skip to content
Snippets Groups Projects
Unverified Commit df9a6156 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: Add rust-ryu-1.0.

* gnu/packages/rust-cbindgen.scm (rust-ryu-1.0): New hidden variable.
parent 4b359565
No related branches found
No related tags found
No related merge requests found
......@@ -608,3 +608,24 @@ (define rust-remove-dir-all-0.5
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))
(define rust-ryu-1.0
(package
(name "rust-ryu")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "ryu" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1j0h74f1xqf9hjkhanp8i20mqc1aw35kr1iq9i79q7713mn51a5z"))))
(build-system cargo-build-system)
(home-page "https://github.com/dtolnay/ryu")
(synopsis
"Fast floating point to string conversion")
(description
"Fast floating point to string conversion")
(properties '((hidden? . #t)))
(license (list license:asl2.0 license:boost1.0))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment