prgrs - A simple to use progress bar for your iterators
prgrs is a progress bar for rust, that aims to work like the python package tqdm.
prgrs should work for almost any linux terminal emulator. Windows could work too, because terminal supports windows but I haven't tested yet, so please let me know if you have.
Have a look at the Documentation
Please use Version 0.5.0 or higher, the older versions only work with very few terminals and are therefore yanked from crates.io.
Example:
use ;
use ;
The output will look something like this:
[############## ] ( 42%)
Todos:
- Prevent flickering