[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/45: gnu: Add rust-progrs-0.1.
From: |
guix-commits |
Subject: |
17/45: gnu: Add rust-progrs-0.1. |
Date: |
Sun, 22 Nov 2020 12:49:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 723a981194653131605c0248f3d5a57d41c1b438
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Wed Jun 17 16:21:43 2020 -0700
gnu: Add rust-progrs-0.1.
* gnu/packages/crates-io.scm (rust-progrs-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3ed58ef..3239152 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20008,6 +20008,38 @@ macro use case.")
@code{proc_macro_derive} pretend to be @code{proc_macro}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-progrs-0.1
+ (package
+ (name "rust-progrs")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "progrs" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "108jx8jrv2r1brhvbqfw6fwx298k5fnw3m46kn7lv0jx2wmf0ifz"))))
+ (build-system cargo-build-system)
+ (arguments '(#:tests? #f))
+ (home-page "https://nest.pijul.com/laumann/progrs")
+ (synopsis "Small library for displaying compact progress bars")
+ (description
+ "There are a number of libraries out there that can be used for progress
+display, but in the author's opinion these libraries do it almost right -
+either they eat up too much screen real estate (by not sticking to one line
+per thing that should use progress) or they try to align stuff left and right.
+
+In the author's humble opinion, the best example of just the right amount of
+information vs screen real-estate is in the Git progress output (when cloning,
+pulling, etc). It uses one line per thing, and may display both percentage
+complete (in cases where it's known) and even throughput (for network
+transfer).
+
+This library mimics the Git way of showing progress.")
+ (license license:gpl2+)))
+
(define-public rust-proptest-0.9
(package
(name "rust-proptest")
- 03/45: gnu: Add rust-bs58-0.2., (continued)
- 03/45: gnu: Add rust-bs58-0.2., guix-commits, 2020/11/22
- 05/45: gnu: Add rust-getch-0.2., guix-commits, 2020/11/22
- 07/45: gnu: Add rust-sanakirja-0.10., guix-commits, 2020/11/22
- 06/45: gnu: Add rust-diffs-0.3., guix-commits, 2020/11/22
- 01/45: gnu: Add rust-rust-base58-0.0., guix-commits, 2020/11/22
- 04/45: gnu: Add rust-cryptovec-0.4., guix-commits, 2020/11/22
- 08/45: gnu: Add rust-buffered-reader-0.9., guix-commits, 2020/11/22
- 10/45: gnu: Add rust-nettle-5., guix-commits, 2020/11/22
- 09/45: gnu: rust-nettle-sys-2: Do not skip build., guix-commits, 2020/11/22
- 15/45: gnu: Add rust-line-0.1., guix-commits, 2020/11/22
- 17/45: gnu: Add rust-progrs-0.1.,
guix-commits <=
- 18/45: gnu: Add rust-rpassword-2., guix-commits, 2020/11/22
- 13/45: gnu: Add rust-sequoia-openpgp-0.9., guix-commits, 2020/11/22
- 14/45: gnu: Add rust-libpijul-0.12., guix-commits, 2020/11/22
- 11/45: gnu: Add rust-rpassword-3., guix-commits, 2020/11/22
- 12/45: gnu: Add rust-sequoia-rfc2822-0.9., guix-commits, 2020/11/22
- 16/45: gnu: Add rust-pathdiff-0.1., guix-commits, 2020/11/22
- 21/45: gnu: Add rust-cookie-store-0.7., guix-commits, 2020/11/22
- 20/45: gnu: Add rust-cookie-0.12., guix-commits, 2020/11/22
- 23/45: gnu: rust-ws232-sys-0.2: Adjust inputs., guix-commits, 2020/11/22
- 24/45: gnu: Add rust-socks-0.3., guix-commits, 2020/11/22