console-rs / indicatif

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

Unnecessary hard coded precision in `HumanFloatCount` #485

Open ReagentX opened 1 year ago

ReagentX commented 1 year ago

The following is impossible to disable:

https://github.com/console-rs/indicatif/blob/14b5ef279e8de045912a449676ccb32f7ce2d37f/src/format.rs#L157

This precision should be customizable. There is also nothing in the template docs that explain this.

djc commented 1 year ago

Sure, would you be able to submit a PR?