Module progress_bar

Source
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§

MultiProgress
The MultiProgress structure is used to manage and display multiple progress indicators simultaneously in the terminal. It utilizes the indicatif library.
ProgressBar
The ProgressBar structure is used to display progress indicators in the terminal. It wraps the functionality of the indicatif library.