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
pub use loading_spinner::LoadingSpinner;
pub use progress_bar::ProgressBar;
pub use unbound_progress_bar::UnboundProgressBar;

mod loading_spinner;
mod progress_bar;
mod unbound_progress_bar;