#iso-4217 #currency

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

#53 in No standard library

Download history 32/week @ 2024-04-04 41/week @ 2024-04-11 89/week @ 2024-04-18 112/week @ 2024-04-25 139/week @ 2024-05-02 143/week @ 2024-05-09 249/week @ 2024-05-16 168/week @ 2024-05-23 219/week @ 2024-05-30 82/week @ 2024-06-06 40/week @ 2024-06-13 52/week @ 2024-06-20 19/week @ 2024-06-27 92/week @ 2024-07-04 164/week @ 2024-07-11 68/week @ 2024-07-18

350 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

~175KB