Crate karyon_async_rustls

Source

Re-exports§

pub use futures_rustls::rustls;

Structs§

TlsAcceptor
A wrapper around a rustls::ServerConfig, providing an async accept method.
TlsConnector
A wrapper around a rustls::ClientConfig, providing an async connect method.

Enums§

TlsStream
Unified TLS stream type