#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

#82 in No standard library

24 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