varunsrin / rusty_money

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

`Currency::minor_units` can be removed #101

Open alopatindev opened 11 months ago

alopatindev commented 11 months ago

(Taking into account that Currency is Copy, so we put all its fields on stack) Currency::minor_units seems to be redundant, because it can be computed from something like dec!(10).powd(-Currency::exponent)