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
116 downloads per month
10KB
150 lines
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.