Skip to main content

progress

Function progress 

Source
pub fn progress(label: &str, current: usize, total: usize)
Expand description

Print a simple inline progress indicator to stderr.

Call repeatedly with increasing current values; each call overwrites the previous line. Call progress_done when finished.