Function init_custom_progress_bar

Source
pub fn init_custom_progress_bar(label: &str, max_value: usize)
Expand description

Initializes a custom progress bar with the given label and max value.

Note: If you attempt to set two progress bars, the second progress bar will replace the first.