[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/45: gnu: Add rust-itoa-0.4.
From: |
guix-commits |
Subject: |
09/45: gnu: Add rust-itoa-0.4. |
Date: |
Wed, 23 Oct 2019 03:49:12 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 372a6bf0caaea253df995eb08afaf1b9f7843ea9
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 09:47:03 2019 +0300
gnu: Add rust-itoa-0.4.
* gnu/packages/rust-cbindgen.scm (rust-itoa-0.4): New hidden variable.
---
gnu/packages/rust-cbindgen.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index 043889e..2f8fe40 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -189,3 +189,24 @@ Command Line Argument Parser.")
cryptographically secure pseudorandom number generator.")
(properties '((hidden? . #t)))
(license license:bsd-3)))
+
+(define rust-itoa-0.4
+ (package
+ (name "rust-itoa")
+ (version "0.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "itoa" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "0zvg2d9qv3avhf3d8ggglh6fdyw8kkwqg3r4622ly5yhxnvnc4jh"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/dtolnay/itoa")
+ (synopsis "Fast functions for printing integer primitives")
+ (description "This crate provides fast functions for printing integer
+primitives to an @code{io::Write}.")
+ (properties '((hidden? . #t)))
+ (license (list license:asl2.0
+ license:expat))))
- branch master updated (f3fd5f4 -> 221012e), guix-commits, 2019/10/23
- 02/45: gnu: Add rust-atty-0.2., guix-commits, 2019/10/23
- 05/45: gnu: Add rust-cfg-if-0.1., guix-commits, 2019/10/23
- 07/45: gnu: Add rust-cloudabi-0.0., guix-commits, 2019/10/23
- 09/45: gnu: Add rust-itoa-0.4.,
guix-commits <=
- 03/45: gnu: Add rust-autocfg-0.1., guix-commits, 2019/10/23
- 04/45: gnu: Add rust-bitflags-1.1., guix-commits, 2019/10/23
- 08/45: gnu: Add rust-fuchsia-cprng-0.1., guix-commits, 2019/10/23
- 10/45: gnu: Add rust-libc-0.2., guix-commits, 2019/10/23
- 01/45: gnu: Add rust-ansi-term-0.11., guix-commits, 2019/10/23
- 17/45: gnu: Add rust-rand-core-0.4., guix-commits, 2019/10/23
- 24/45: gnu: Add rust-rand-xorshift-0.1., guix-commits, 2019/10/23
- 26/45: gnu: Add rust-redox-syscall-0.1., guix-commits, 2019/10/23
- 31/45: gnu: Add rust-serde-derive-1.0., guix-commits, 2019/10/23
- 30/45: gnu: Add rust-serde-1.0., guix-commits, 2019/10/23