use-currency
Lightweight currency code primitives for RustUse finance crates.
use-currency validates uppercase 3-letter alphabetic currency code identifiers without fetching exchange rates or currency metadata.
Example
use ;
let currency = new?;
assert_eq!;
assert!;
# Ok::
Scope
Use this crate for small validated currency identifiers. It does not provide exchange rates, currency metadata downloads, locale formatting, decimal arithmetic, or money values.
License
Licensed under either MIT or Apache-2.0.