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
10
11
#[derive(Debug, Clone, Copy)]
pub enum ProgressBarLayout {
    AllLeft,
    AllRight,
    TimerRight,
    CounterRight,
    PercentageRight,
    TimerAndCounterRight,
    TimerAndPercentageRight,
    CounterAndPercentageRight,
}