We currently use the `NumOpResult` for operations involving more than just amount types (e.g. `FeeRate`) however when the `result` module was written we only used amount types. To make the docs and code clearer use 'numeric type' instead of 'amount' in docs. And for local variables use `x` instead of `amount`. This is docs and internal changes only. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
tests | ||
CHANGELOG.md | ||
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.63.0.
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.