Expand description
Progress bar staff.
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module::prelude::*.
Structs§
- Multi
Progress - The
MultiProgressstructure is used to manage and display multiple progress indicators simultaneously in the terminal. It utilizes theindicatiflibrary. - Progress
Bar - The
ProgressBarstructure is used to display progress indicators in the terminal. It wraps the functionality of theindicatiflibrary.