currency-iso4217

Crates.iocurrency-iso4217
lib.rscurrency-iso4217
version0.1.2
sourcesrc
created_at2023-08-02 19:22:06.873403
updated_at2024-07-11 20:24:56.537515
descriptionISO 4217 currency codes
homepage
repositoryhttps://github.com/ebds-rs/currency_iso4217
max_upload_size
id933016
size51,632
(decapod-atm)

documentation

README

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
Commit count: 0

cargo fmt