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

Update readme to add a comparison section #630

Closed paupino closed 8 months ago

paupino commented 8 months ago

Adding a comparison section to the readme to identify other crates that may be suitable for specific use cases (e.g. significant digits > 28).

Closes #629