There was and inconsistent usage of `#`, `##` and `###` in rustdoc headings. The difference in the rendered rustdocs is a minimal font size change. Change all headings to be H1 `#`. Change all subheadings to be `###` to have a noticeable difference in font size in the rendered docs. |
||
---|---|---|
.. | ||
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.