multi-progressbar 0.1.0

A library for displaying multiple progress bars in the terminal designed to not stand in your way.
Documentation
1
2
3
4
/// bar module contains block ([█ ]) progress bar style.
pub mod block;
/// classic module contains classic ([= ]) progress bar style.
pub mod classic;