indicatif 0.11.0

A progress bar and cli reporting library for Rust
Documentation

indicatif

build status Crates.io

Documentation

A rust library for indicating progress in command line applications to users.

This currently primarily provides progress bars and spinners as well as basic color support, but there are bigger plans for the future of this!

Documentation: https://docs.rs/indicatif

Examples

examples/yarnish.rs

examples/download.rs

examples/multi.rs

examples/single.rs