akubera / bigdecimal-rs

Arbitrary precision decimal crate for Rust
Other
275 stars 71 forks source link

Custom String generator #84

Open anghenfil opened 2 years ago

anghenfil commented 2 years ago

Hey,

it would be nice to have a function to easily get a BigDecimal as String with custom delimiter and specified precision.

Best anghenfil