Language

Package: rust-progrs @ 0.1.1

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.

Home page
https://nest.pijul.com/laumann/progrs
Location
gnu/packages/crates-io.scm (line: 21929, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings