3 releases
0.1.2 | Jul 11, 2024 |
---|---|
0.1.1 | Aug 2, 2023 |
0.1.0 | Aug 2, 2023 |
#65 in No standard library
149 downloads per month
Used in 6 crates
(4 directly)
48KB
1K
SLoC
ISO 4217 Currency Codes
Minimalistic implementation of ISO 4217 https://en.wikipedia.org/wiki/ISO_4217 currency codes.
By default, no-std
compatible.
Using with std
To enable std
features, use:
currency_iso4217 = { version = "x.x", features = ["std"] }
Features
std
: use standard library types/functions instead ofcore
serde
: enableserde
de/serializationserde-std
: enableserde
de/serialization usingstd
types/functions
lib.rs
:
ISO 4217 https://en.wikipedia.org/wiki/ISO_4217 currency codes
A no_std
implementation of ISO 4217 currency codes.
Aims to be as minimalistic as possible, while still providing a full set of features for handling ISO 4217 currency codes.
Alternatives:
Dependencies
~170KB