ISO 4217 currency codes
This crate provides an enum that represents all ISO 4217 currencies and has simple methods to convert between numeric and character code, list of territories where each currency is used, and the English name of the currency.
The data for this is taken from https://en.wikipedia.org/wiki/ISO_4217
Examples
use Currency;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;