#iso-4217 #currency #deserialize

no-std currency-iso4217

ISO 4217 currency codes

3 releases

0.1.2 Jul 11, 2024
0.1.1 Aug 2, 2023
0.1.0 Aug 2, 2023

#89 in No standard library

Download history 9/week @ 2024-11-27 19/week @ 2024-12-04 20/week @ 2024-12-11 1/week @ 2024-12-18 3/week @ 2025-01-08 3/week @ 2025-01-15 5/week @ 2025-01-29 27/week @ 2025-02-05 1/week @ 2025-02-12 18/week @ 2025-02-19 13/week @ 2025-02-26 5/week @ 2025-03-05 26/week @ 2025-03-12

62 downloads per month
Used in 6 crates (4 directly)

MIT license

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 of core
  • serde: enable serde de/serialization
  • serde-std: enable serde de/serialization using std 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

~155KB