rust-bitcoin-unsafe-fast/addresses
Jamil Lambert, PhD 2fbbc825c9
Allow uninlined format args
There is a new lint error on nightly-2025-04-25 "variables can be used
directly in the `format!` string".

Exclude the lint to allow the existing syntax in `format!` strings.
2025-05-06 09:49:02 +01:00
..
contrib Add/fix alloc features 2024-07-11 10:14:50 +10:00
src Allow uninlined format args 2025-05-06 09:49:02 +01: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.