varunsrin / rusty_money

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

Make currency hashable #74

Closed PaulDotSH closed 1 year ago

PaulDotSH commented 1 year ago

Adding a simple #[derive(Hash)] will make the currencies hashable, so we can use then in a hashmap