v0.4.1
Changes
-
Fix issue where RUST_BIGDECIMAL_DEFAULT_PRECISION envar would always
trigger a rebuild -
Fix issue where .neg() could be called on {signed-int}::MIN values
-
Add implementations of Add/Sub/Mul/Div for primitive values
-
Use 'proptest' crate to improve arithmetic testing