paupino / rust-decimal

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

add proptest feature for using arbitrary Decimals #582

Closed cardoe closed 1 year ago

cardoe commented 1 year ago

Added support for generating arbitrary Decimals for proptest based tests which are feature gated by the proptest feature flag.