Crate termprogress
source ·Modules
- The prelude exposes the traits for spinners and progress bars, and the
spinner::Spin
andprogress::Bar
types for easy access and use. - A silent progress bar and spinner that does nothing.
- A simple character spinner for bars with no known size
- Contains infinite
char
iterators and the type wrapping them,Wheel
.
Macros
Traits
- A trait for all bars’ displaying
- A trait for any bar with progress. You can implemnent your own styles through this trait.
- A trait for any bar without progress. You can implemnent your own styles through this trait.
- A trait for creating a progress bar or spinner with a title.
Functions
- Returns true if
f
has a terminal output and can be used with terminal size responsiveness. - Returns true if
stdout
has a terminal output and can be used with terminal size responsiveness.