prgrs-0.4.0 has been yanked.
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.
Have a look at the Documentation
Example:
use ;
use ;
Todos:
- Fix Issue where in some terminal emulators e.g. urxvt the entire screen is cleared and the progress bar is always at the very top and writeln doesn't work
- Prevent flickering