rust-bitcoin-unsafe-fast/addresses
Tobin C. Harding e68da281ff
Warn on future deprecations
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`.
2024-10-15 07:56:06 +11:00
..
contrib Add/fix alloc features 2024-07-11 10:14:50 +10:00
src Warn on future deprecations 2024-10-15 07:56:06 +11:00
CHANGELOG.md Create empty bitcoin-addresses crate 2024-06-29 06:21:49 +10:00
Cargo.toml Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
README.md Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00

README.md

Bitcoin Receive

Types and logic required to receive bitcoin - i.e., bitcoin addresses.

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.63.0.