Crate iso4217 [] [src]

Structs

CurrencyCode

Struct that contains the data for each Currency Code defined by ISO 4217, including the following pieces of information:

Functions

all

Returns an Option> of all CurrencyCodes defined by ISO 4217.

alpha3

Returns an Option of the CurrencyCode with the given alpha3 code.

country

Returns an Option> of the CurrencyCodes that are used by the given country's alpha2 code, specified by ISO 3166.

exp

Returns an Option> of the CurrencyCodes with the specified decimal place.

name

Returns an Option of the CurrencyCode with the specified name.

num

Returns an Option of the CurrencyCode with the specified numerical 3-digit representation.