Crate netcore

source ·
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 Transports and StreamMultiplexers to negotiating protocols on a socket.

Modules