Expand description
nexus-net — low-latency networking primitives.
Buffer types, TLS codec, and wire abstractions for protocol engines.
§Modules
buf— Buffer primitives (ReadBuf,WriteBuf,WriteBufWriter)maybe_tls— Plain-or-TLS stream wrapperwire—WireStreamandParserSinkcomposition traitstls— TLS codec via rustls (feature:tls)
§Protocol implementations
WebSocket, HTTP, and REST moved to nexus-web
in 0.8.0.
Re-exports§
pub use maybe_tls::MaybeTls;pub use wire::ParserSink;pub use wire::WireStream;