progressed 0.2.1

An easy to use and highly configurable library to show the progress of applications, calculations, ect.
Documentation
1
2
3
4
5
6
7
8
9
pub use bar_layout::ProgressBarLayout;
pub use bar_style::ProgressBarStyle;
pub use spinner_style::LoadingSpinnerStyle;
pub use unbound_bar_style::UnboundProgressBarStyle;

mod bar_layout;
mod bar_style;
mod spinner_style;
mod unbound_bar_style;