pub fn progress_bar(ratio: f64, width: usize) -> StringExpand description
Render a plain (uncolored) progress bar using block characters.
ratio is clamped to 0.0–1.0. width is the total character count.
Callers can wrap the result in ANSI color as needed.