73b325aec5
Sometimes people don't remember the exact number of decimal places supported by denomination or don't want to count (e.g. when converting fiat to BTC the calculator may yield too precise value). It's helpful to say in error message at which digit the precision is too high. This adds `TooPreciseError` struct containing the information and improves the error message to display it. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Bitcoin Units
This crate provides basic Bitcoin numeric units such as Amount
.
Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on Rust 1.56.1.
Licensing
The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.