rusty_money icon indicating copy to clipboard operation
rusty_money copied to clipboard

Add FromStr impl for &'static Currency

Open darrell-roberts opened this issue 2 years ago • 0 comments

Would be handy to have this FromStr impl. Usually have data from a database with currency strings and need them parsed into a Currency type.

ex:

let currency: &Currency = "USD".parse().unwrap()

See PR #68

darrell-roberts avatar May 10 '22 13:05 darrell-roberts