Re-exports

pub use crate::connection::Endpoint;
pub use peer::Peer;

Modules

Structs

Network connection information.

The configurable connection limits.

Options to configure a dial to a known or unknown peer.

A pending incoming connection produced by a listener.

Implementation of Stream that handles the nodes.

The (optional) configuration for a Network.

Information about the network obtained by Network::info().

Enums

Possible (synchronous) errors when dialing a peer.

Event that can happen on the Network.