create_progress_bar_factory

Function create_progress_bar_factory 

Source
pub fn create_progress_bar_factory(
    quiet_mode: bool,
    msg: String,
    length: Option<u64>,
    is_parallel: bool,
) -> ProgressBar
Expand description

Expose progress bar factory for consumers who want to render their own bars. This simply forwards to create_progress_bar defined in progress.rs.