Crate nexus [] [src]

Nexus

A high performance networking library

Modules

tcp

TCP Reactor

Structs

Reactor

A Reactor runs the event loop and manages sockets

ReactorConfig

Configuration for the Reactor

Token

Enums

ReactorError

Error returned by the Reactor.

Traits

Configurer

Trait to allow a Protocol implementation to configure the Reactor's sockets.

Protocol

A trait representing a network Protocol