paupino / rust-decimal

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

Rollback macros feature flag due to dependency resolution issues #643

Closed paupino closed 8 months ago

paupino commented 8 months ago

This rolls back the macros feature introduced in 1.34.0. While this is technically a breaking change, the feature itself was breaking so this prevents propagation.

I'll reintroduce the feature in 1.35 after I cut the ties between the libraries.