Skip to main content

Crate noxtls_io

Crate noxtls_io 

Source
Expand description

Blocking and async byte transport adapters for moving TLS records on the wire.

The transport module exposes transport::blocking::BlockingStream and, when async adapter features are enabled, async stream traits plus optional Tokio and embedded-io shims.

Re-exports§

pub use record::TlsRecordDeframer;
pub use record::TLS_MAX_RECORD_PAYLOAD_LEN;
pub use record::TLS_RECORD_HEADER_LEN;

Modules§

record
TLS record length-prefix framing helpers (transport layer, no cipher semantics).
transport
Transport abstractions for blocking and async byte I/O.