Crate cranc

Source
Expand description

A simple progress indicator for iterators. Displays a spinner if the iterator is not sized. For sized iterators, a progress bar is displayed by default.

Re-exports§

pub use bar::ProgressIndicatorIteratorExt as ProgressIndicator;

Modules§

bar
The bar module contains the ProgressBar struct and its associated functions