53 releases

0.18.4 Feb 14, 2026
0.18.3 Nov 11, 2025
0.18.2 Oct 27, 2025
0.18.0 Jul 4, 2025
0.6.0 Jun 27, 2017

#11 in Command-line interface

Download history 2060997/week @ 2026-01-23 2197805/week @ 2026-01-30 2356669/week @ 2026-02-06 2227312/week @ 2026-02-13 2553419/week @ 2026-02-20 2886580/week @ 2026-02-27 3185606/week @ 2026-03-06 3094292/week @ 2026-03-13 3144892/week @ 2026-03-20 2629668/week @ 2026-03-27 2737546/week @ 2026-04-03 2834070/week @ 2026-04-10 2832159/week @ 2026-04-17 3003249/week @ 2026-04-24 2949176/week @ 2026-05-01 3108538/week @ 2026-05-08

12,409,718 downloads per month
Used in 7,080 crates (4,570 directly)

MIT license

225KB
4.5K 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

~2.5–6MB
~98K SLoC