indicatif

Crates.ioindicatif
lib.rsindicatif
version0.17.8
sourcesrc
created_at2017-04-26 12:41:07.759613
updated_at2024-02-10 08:48:43.903403
descriptionA progress bar and cli reporting library for Rust
homepage
repositoryhttps://github.com/console-rs/indicatif
max_upload_size
id12083
size319,388
Dirkjan Ochtman (djc)

documentation

https://docs.rs/indicatif

README

indicatif

Documentation Crates.io Build status Chat

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

examples/download.rs

examples/multi.rs

examples/single.rs

Integrations

You can use indicatif-log-bridge to integrate with the log crate and avoid having both fight for your terminal.

Commit count: 735

cargo fmt