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.