Examples in documentation are not linted in the same way as other code, but should still contain correctly written code. Throughout all of the crates except internals (another commit) unused variables have been prefixed with `_`, unused imports have been removed, and a warn attribute added to all of the `lib.rs` files. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md |
README.md
Rust Bitcoin - primitive types.
This crate provides primitive data types that are used throughout the
rust-bitcoin
ecosystem.
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.