rust-bitcoin-unsafe-fast/addresses
Tobin C. Harding 6aa8c2b023
Remove needless_borrows_for_generic_args
This has been fixed and we use nightly to lint so we have access to the
merged fix.

Removing the attribute uncovers a bunch of real lint warnings, fix
them while we are at it.
2024-11-01 14:30:45 +11:00
..
contrib Add/fix alloc features 2024-07-11 10:14:50 +10:00
src Remove needless_borrows_for_generic_args 2024-11-01 14:30:45 +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.