#pubsub #protocols #p2p #rust-libp2p #buffer #definition #gossipsub

libp2p-pubsub-proto

Protocol Buffers definitions for the rust-libp2p pubsub protocols

1 unstable release

0.1.0 Sep 9, 2023

#58 in #pubsub

44 downloads per month
Used in 3 crates (via libp2p-pubsub-core)

Apache-2.0

18KB
262 lines

rust-libp2p-pubsub

License ci codecov

This is an alternative implementation of rust-libp2p's pubsub protocols.

Supported Rust Versions

This repository is built against the latest stable release. The minimum supported version is 1.66. The current version is not guaranteed to build on Rust versions earlier than the minimum supported version.

This project follows the same compiler support policies as the Tokio ecosystem. The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.69, the minimum supported version will not be increased past 1.66, three minor versions prior. Increasing the minimum supported compiler version is not considered a semantic versioning breaking change as long as doing so complies with this policy.

License

Licensed under Apache License, Version 2.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Dependencies

~270KB