48 releases

0.17.11 Jan 28, 2025
0.17.9 Nov 12, 2024
0.17.8 Feb 10, 2024
0.17.7 Sep 22, 2023
0.6.0 Jun 27, 2017

#9 in Command-line interface

Download history 438567/week @ 2024-10-30 430681/week @ 2024-11-06 507288/week @ 2024-11-13 475980/week @ 2024-11-20 437503/week @ 2024-11-27 589338/week @ 2024-12-04 653692/week @ 2024-12-11 377777/week @ 2024-12-18 235228/week @ 2024-12-25 359401/week @ 2025-01-01 523342/week @ 2025-01-08 523159/week @ 2025-01-15 540152/week @ 2025-01-22 562510/week @ 2025-01-29 660183/week @ 2025-02-05 558672/week @ 2025-02-12

2,410,718 downloads per month
Used in 3,099 crates (2,001 directly)

MIT license

210KB
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.

You can use tracing-indicatif to integrate with the tracing crate with automatic progress bar management for active tracing spans, as well as ensure that tracing log events do not interfere with active progress bars.

Dependencies

~3–11MB
~108K SLoC