paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
1.03k stars 183 forks source link

Introduces `macros` feature and cleans up serde documentation a little bit #628

Closed paupino closed 12 months ago

paupino commented 12 months ago

This exposes rust_decimal_macros under the macros feature and cleans up the serde documentation a little bit. I introduced the macros feature as I was writing an example of how to use the feature!