console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.23k stars 240 forks source link

Updated single example to expose refresh rate #459

Closed jqnatividad closed 10 months ago

jqnatividad commented 1 year ago

also shows that the performance overhead is minimal, and if anything, the main reason to change refresh rate is to reduce flicker.

Also fixes previous example as it did not properly show "done", as the default template doesn't use the {msg} placeholder.

jqnatividad commented 10 months ago

This is very old, so just closing this.