A progress bar and CLI reporting library for Rust.
# Cargo.toml
[dependencies]
indicatif = "0.18.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a simple progress bar that increments to 100.
Use `ProgressBar::with_draw_target` to handle non-TTY cases or check `atty::is(atty::Stream::Stdout)`.
No dependency data recorded yet.