qsv_currency

Crates.ioqsv_currency
lib.rsqsv_currency
version0.6.0
sourcesrc
created_at2021-12-28 14:32:56.114015
updated_at2022-12-18 21:48:24.212853
descriptionA library for representing international currencies.
homepage
repositoryhttps://github.com/jqnatividad/currency-rs
max_upload_size
id504210
size91,281
Joel Natividad (jqnatividad)

documentation

https://docs.rs/qsv_currency

README

Rust Currency Library

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.

This fork was primarily created for the qsv CSV data-wrangling toolkit.

Commit count: 90

cargo fmt