ac26171c32
Previously the crate used negative reasoning to enable `std` which was hard to understand, required the `prelude` module and wasn't really needed because it's only needed when a crate wants to add `alloc` feature-backwards compatibly and this crate always had the feature. This cleans up usage to unconditionally use `#[no_std]` and then just add `extern crate` on top as needed by activated features. |
||
---|---|---|
.. | ||
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.