Docs.rs
melnet2-0.3.3
melnet2 0.3.3
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
nullchinchilla
Dependencies
anyhow ^1.0.66
normal
async-trait ^0.1.58
normal
concurrent-queue ^1.2.4
normal
dashmap ^5.4.0
normal
fastrand ^1.8.0
normal
futures-util ^0.3.25
normal
itertools ^0.10.5
normal
log ^0.4.17
normal
lz4_flex ^0.9.5
normal
moka ^0.9.6
normal
nanorpc ^0.1.12
normal
nanorpc-http ^0.1.5
normal
pin-project ^1.0.12
normal
reusable-box-future ^0.2.0
normal
serde ^1.0.147
normal
serde_json ^1.0.89
normal
smol ^1.2.5
normal
smol-timeout ^0.6.0
normal
smol_str ^0.1.23
normal
smolscale ^0.3.49
normal
thiserror ^1.0.37
normal
env_logger ^0.8.4
dev
Versions
57.14%
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
Crate melnet2
melnet2
0.3.3
All Items
Crate Items
Modules
Structs
Traits
Crate
melnet2
Copy item path
Source
Modules
§
wire
Structs
§
Swarm
Represents a node in an independent P2P swarm that implements a particular RPC protocol.
Traits
§
Backhaul
An implementation of an underlying transport (e.g. TCP) should implement this trait.