46 releases

0.17.9 Nov 12, 2024
0.17.8 Feb 10, 2024
0.17.7 Sep 22, 2023
0.17.5 Jun 3, 2023
0.6.0 Jun 27, 2017

#12 in Command-line interface

Download history 365832/week @ 2024-08-01 399228/week @ 2024-08-08 369230/week @ 2024-08-15 388409/week @ 2024-08-22 387252/week @ 2024-08-29 419203/week @ 2024-09-05 390507/week @ 2024-09-12 386733/week @ 2024-09-19 418127/week @ 2024-09-26 446255/week @ 2024-10-03 433484/week @ 2024-10-10 456934/week @ 2024-10-17 447788/week @ 2024-10-24 435654/week @ 2024-10-31 440840/week @ 2024-11-07 423592/week @ 2024-11-14

1,831,294 downloads per month
Used in 2,768 crates (1,804 directly)

MIT license

205KB
4K SLoC

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.

Dependencies

~3–11MB
~111K SLoC