pub fn item_progress<S>(len: S, name: &str) -> ProgressBar
where S: TryInto<u64>, S::Error: Debug,
Expand description

Create a progress bar for tracking items.

If the size is unknown at creation time, pass 0.