Awesome
indicatif
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!
Examples
examples/yarnish.rs <img src="https://github.com/console-rs/indicatif/blob/main/screenshots/yarn.gif?raw=true">
examples/download.rs <img src="https://github.com/console-rs/indicatif/blob/main/screenshots/download.gif?raw=true">
examples/multi.rs <img src="https://github.com/console-rs/indicatif/blob/main/screenshots/multi-progress.gif?raw=true">
examples/single.rs <img src="https://github.com/console-rs/indicatif/blob/main/screenshots/single.gif?raw=true">
Integrations
You can use indicatif-log-bridge to integrate with the log crate and avoid having both fight for your terminal.