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 280651/week @ 2024-01-03 292444/week @ 2024-01-10 331512/week @ 2024-01-17 318347/week @ 2024-01-24 318684/week @ 2024-01-31 340045/week @ 2024-02-07 343701/week @ 2024-02-14 358431/week @ 2024-02-21 375427/week @ 2024-02-28 379511/week @ 2024-03-06 398029/week @ 2024-03-13 403255/week @ 2024-03-20 350021/week @ 2024-03-27 424999/week @ 2024-04-03 372092/week @ 2024-04-10 311750/week @ 2024-04-17

1,526,138 downloads per month
Used in 2,228 crates (1,484 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–12MB
~91K SLoC