Registry / utility / iso-currency

iso-currency

JSON →
library0.5.3rscratesunverified

ISO 4217 currency codes library for working with currency codes and information.

# Cargo.toml [dependencies] iso_currency = "0.5.3"
INSTALL
IMPORT
SIG · ISO-CURRENCY
I
iso-currency
utilityrustv0.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Currency
use iso_currency::Currency;

Looks up a currency by its ISO 4217 code.

use iso_currency::Currency; fn main() { let usd = Currency::from_code("USD").unwrap(); println!("{}", usd.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iso-currency — cargo add iso-currency · libregistry