paupino / rust-decimal

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

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

Closed paupino closed 9 months ago

paupino commented 9 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!