Docs.rs
libp2p-pubsub-core-0.1.0
libp2p-pubsub-core 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
LNSD
Dependencies
anyhow ^1.0.75
normal
asynchronous-codec ^0.6.2
normal
base64 ^0.21.3
normal
bytes ^1.5.0
normal
futures ^0.3.28
normal
hex_fmt ^0.3.0
normal
libp2p ^0.52.3
normal
libp2p-pubsub-common ^0.1.0
normal
libp2p-pubsub-proto ^0.1.0
normal
prost ^0.12.0
normal
sha2 ^0.10.7
normal
thiserror ^1.0.48
normal
tracing ^0.1.37
normal
trait-set ^0.3.0
normal
unsigned-varint ^0.7.2
normal
assert_matches ^1.5.0
dev
itertools ^0.11.0
dev
rand ^0.8.5
dev
tokio ^1.32.0
dev
tracing-futures ^0.2.5
dev
Versions
64.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
libp2p_pubsub_core/
services.rs
1
pub mod
connections;
2
pub mod
framing;
3
pub mod
message_cache;
4
pub mod
subscriptions;