36ef4a62cf
Make an attempt to improve the ergonomics and docs clarity of the `units` crate. - Don't inline error type re-exports, this keeps them up in the "Re-exports" section and saves cluttering the other inlined docs. - Re-export and inline the docs for `FeeRate` and `Weight` same as we do for `Amount`. This makes the "Structs" section of the docs nice except for the exclusion of the locktime types (which cannot be helped). |
||
---|---|---|
.. | ||
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.