cbee9781e8
Move the following unit types to the new `units` crate: - `locktime::absolute::{Height, Time}` - `locktime::relative::{Height, Time}` - `FeeRate` - `Weight` Also move the `parse` module as well as constants as required. Do minimal changes to get things building: - Feature gate on "alloc" as needed. - Remove rustdocs that use `bitcoin` types. - Re-export units types so this is a non-breaking change. - Fix import paths. |
||
---|---|---|
.. | ||
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.