pub fn get_progress_bar(progress: f64, progress_bar: &mut String)
Expand description

| GetProgressBar constructs a progress | bar with 5% intervals. | | ———– | @param[in] progress | | The proportion of the progress bar to | be filled between 0 and 1. | ––––– | @param[out] progress_bar | | String representation of the progress | bar. |