Crates.io | money2 |
lib.rs | money2 |
version | 1.4.0 |
source | src |
created_at | 2022-07-31 02:41:34.131478 |
updated_at | 2023-11-04 00:21:55.1722 |
description | For storing and asynchronously converting between (a subset of) ISO-4217 currencies |
homepage | |
repository | https://github.com/Iron-E/money |
max_upload_size | |
id | 635916 |
size | 54,595 |
money
This crate provides functionality for storing and exchanging various ISO-4217 currency codes using the European Central Bank.
Has the capability of performing exchanges based on the rates as they were in a specific date in time, and keeps up to date with the latest exchange rates if your software must stay running.
all
enables all feature flags.history
enables the ability to perform exchanges based on historical records.num-traits
enables performing safe numeric calculations with money via the num-traits crate.serde
enables support for the serde crate.rust_decimal::Decimal
, because it is required to create Money
.