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!
You can use indicatif-log-bridge to integrate with the log crate and avoid having both fight for your terminal.
You can use tracing-indicatif to integrate with the tracing crate with automatic progress bar management for active tracing spans, as well as ensure that tracing log events do not interfere with active progress bars.