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;