[][src]Crate termprogress

Modules

prelude

The prelude exposes the traits for spinners and progress bars, and the spinner::Spin and progress::Bar types for easy access and use.

progress

Progress bar that has a size and also a max size.

spinner

A simple character spinner for bars with no known size

wheel

Contains infinite char iterators and the type wrapping them, Wheel.

Traits

Display

A trait for all bars' displaying

ProgressBar

A trait for any bar with progress. You can implemnent your own styles through this trait.

Spinner

A trait for any bar without progress. You can implemnent your own styles through this trait.