console-rs / indicatif

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

Self-defined fields #585

Open stackinspector opened 10 months ago

stackinspector commented 10 months ago

Consider the case that some custom fields need to be displayed in the progress bar, such as the number of errors that have occurred.

djc commented 10 months ago

Have a look at the ProgressTracker trait.