#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

#65 in No standard library

Download history 79/week @ 2024-07-02 160/week @ 2024-07-09 91/week @ 2024-07-16 29/week @ 2024-07-23 21/week @ 2024-07-30 15/week @ 2024-08-06 14/week @ 2024-08-13 316/week @ 2024-08-20 47/week @ 2024-08-27 3/week @ 2024-09-03 12/week @ 2024-09-10 60/week @ 2024-09-17 99/week @ 2024-09-24 10/week @ 2024-10-01 10/week @ 2024-10-08 22/week @ 2024-10-15

149 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

~170KB