| Crates.io | currency-iso4217 |
| lib.rs | currency-iso4217 |
| version | 0.1.2 |
| created_at | 2023-08-02 19:22:06.873403+00 |
| updated_at | 2024-07-11 20:24:56.537515+00 |
| description | ISO 4217 currency codes |
| homepage | |
| repository | https://github.com/ebds-rs/currency_iso4217 |
| max_upload_size | |
| id | 933016 |
| size | 51,632 |
Minimalistic implementation of ISO 4217 https://en.wikipedia.org/wiki/ISO_4217 currency codes.
By default, no-std compatible.
stdTo enable std features, use:
currency_iso4217 = { version = "x.x", features = ["std"] }
std: use standard library types/functions instead of coreserde: enable serde de/serializationserde-std: enable serde de/serialization using std types/functions