varunsrin / rusty_money

Money library for Rust
MIT License
85 stars 32 forks source link

Update rust_decimal to 1.22 #67

Closed paupino closed 2 years ago

paupino commented 2 years ago

By updating it should give you numerous performance improvements from string parsing through to operational efficiencies. It also leverages associated constants so you can remove the need for rust_decimal_macros from the core dependencies.

No pressure to merge - just saw it as an easy update!

varunsrin commented 2 years ago

awesome, thank you @paupino