console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.21k stars 238 forks source link

Feature request: `per_it` template key #610

Open imbolc opened 7 months ago

imbolc commented 7 months ago

Would you consider adding the {per_it} metric? The meaning of it is to be the opposite of {per_sec}, with a display string like 3s/it.

djc commented 7 months ago

You can define your own with ProgressStyle::with_key().