Crates.io | indicatif |
lib.rs | indicatif |
version | 0.17.8 |
source | src |
created_at | 2017-04-26 12:41:07.759613 |
updated_at | 2024-02-10 08:48:43.903403 |
description | A progress bar and cli reporting library for Rust |
homepage | |
repository | https://github.com/console-rs/indicatif |
max_upload_size | |
id | 12083 |
size | 319,388 |
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.