console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.36k stars 241 forks source link

Allow rate-limiting TermLike targets #526

Closed akx closed 1 year ago

akx commented 1 year ago

This adds an optional rate_limiter to custom TermLike targets, so they don't need to implement rate limiting by hand.