#progress-bar #progress #bar #terminal #cli

yanked progrust-bar

A simple progress bar for Rust

4 releases

0.1.3 Apr 23, 2024
0.1.2 Apr 23, 2024
0.1.1 Apr 22, 2024
0.1.0 Apr 22, 2024

#68 in #bar

Download history 5/week @ 2024-07-28 5/week @ 2024-09-22

116 downloads per month

MIT/Apache

10KB
150 lines

ci workflow

progrust-bar

A simple terminal progress bar in rust with a nice, type-driven API.

Early stages of development so it's basic and rough around the edges.

The API is subject to substantial change.

You almost certainly shouldn't use this (yet).

Code based on Will Crichton's excellent talk, "Type-Driven API Design in Rust" (although any errors are my own), with some inspiration from tqdm.


lib.rs:

A simple progress indicator for iterators. Displays a spinner if the iterator is not sized. For sized iterators, a progress bar is displayed by default.

No runtime deps