Crate iso4217

Crate iso4217 

Source

Structs§

CurrencyCode
Data for each Currency Code defined by ISO 4217.

Functions§

all
Returns all CurrencyCodes defined by ISO 4217.
alpha3
Returns the CurrencyCode with the given Alpha3 code, if one exists.
country
Returns a vector of all CurrencyCodes that use a given Alpha2 code.
exp
Returns a vector of all CurrencyCodes with the specified decimal place.
name
Returns the CurrencyCode with the given name, if one exists.
num
Returns the CurrencyCode with the given numerical code, if one exists.