rusty_money
rusty_money copied to clipboard
Add FromStr impl for &'static Currency
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