We use `TBD` in our `deprecated` string and it was discovered that there is an exception on this string so as not to warn because it is used internally by the Rust language. However there is a special lint to enable warnings, lets use it. Add `#![warn(deprecated_in_future)]` to the coding conventions section of all crates except `fuzz`. |
||
---|---|---|
.. | ||
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.