45 releases

0.17.8 Feb 10, 2024
0.17.7 Sep 22, 2023
0.17.6 Aug 2, 2023
0.17.5 Jun 3, 2023
0.6.0 Jun 27, 2017

#8 in Command-line interface

Download history 331369/week @ 2023-11-27 300987/week @ 2023-12-04 290317/week @ 2023-12-11 272406/week @ 2023-12-18 167132/week @ 2023-12-25 248235/week @ 2024-01-01 293346/week @ 2024-01-08 314582/week @ 2024-01-15 319089/week @ 2024-01-22 323657/week @ 2024-01-29 326994/week @ 2024-02-05 345394/week @ 2024-02-12 347822/week @ 2024-02-19 376604/week @ 2024-02-26 374449/week @ 2024-03-04 148880/week @ 2024-03-11

1,272,050 downloads per month
Used in 2,127 crates (1,418 directly)

MIT license

200KB
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

~1–11MB
~95K SLoC