Expand description
Core types and traits for building Peer to Peer networks.
The netcore
crate contains all of the core functionality needed to build a Peer to Peer
network from building Transport
s and StreamMultiplexer
s to negotiating protocols on a
socket.
Modules
- Low-level module for establishing connections with peers