Crate compio_tls
source ·Expand description
Async TLS streams.
Re-exports§
pub use native_tls;
native-tls
pub use rustls;
rustls
Structs§
- A wrapper around a
native_tls::TlsAcceptor
orrustls::ServerConfig
, providing an asyncaccept
method. - A wrapper around a
native_tls::TlsConnector
orrustls::ClientConfig
, providing an asyncconnect
method. - A wrapper around an underlying raw stream which implements the TLS or SSL protocol.