[−][src]Crate termprogress
Modules
| prelude | The prelude exposes the traits for spinners and progress bars, and the |
| 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 |
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. |