rust-bitcoin-unsafe-fast/p2p
rustaceanrob de320714fb
Introduce empty p2p messages crate
Peer to peer messages change on occasion, and we would like to add
messages as they are release from Bitcoin Core. Add an empty crate to
take the crate name.
2025-05-28 09:44:00 +01:00
..
contrib Introduce empty p2p messages crate 2025-05-28 09:44:00 +01:00
src Introduce empty p2p messages crate 2025-05-28 09:44:00 +01:00
CHANGELOG.md Introduce empty p2p messages crate 2025-05-28 09:44:00 +01:00
Cargo.toml Introduce empty p2p messages crate 2025-05-28 09:44:00 +01:00
README.md Introduce empty p2p messages crate 2025-05-28 09:44:00 +01:00

README.md

Rust Bitcoin Peer to Peer Message Types

This crate provides data types used in the Bitcoin peer-to-peer protocol.

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.