| Crates.io | qsv_currency |
| lib.rs | qsv_currency |
| version | 0.7.0 |
| created_at | 2021-12-28 14:32:56.114015+00 |
| updated_at | 2024-09-21 16:25:24.785738+00 |
| description | A library for representing international currencies. |
| homepage | |
| repository | https://github.com/dathere/currency-rs |
| max_upload_size | |
| id | 504210 |
| size | 51,138 |
A very small library, providing a way to represent currencies in Rust.
This is a fork of https://github.com/Tahler/currency-rs, pulling in pending PRs for currency strings (e.g. "USD, EUR, etc." - not just single character symbols - "$, €, etc.") and serde support.
It also upgrades the num dependency from 0.1.32 to 0.4.0 and adds a is_iso_currency function to check if a currency is an ISO currency.
This fork was primarily created for the qsv CSV data-wrangling toolkit.