Crate async_rustls
Source πDeprecated since 0.4.2: This crate is now deprecated in favor of futures-rustls.
Expand description
Asynchronous TLS/SSL streams using Rustls.
Re-exportsΒ§
pub use rustls;
ModulesΒ§
StructsΒ§
- Accept
Deprecated - Future returned from
TlsAcceptor::acceptwhich will resolve once the accept handshake has finished. - Connect
Deprecated - Future returned from
TlsConnector::connectwhich will resolve once the connection handshake has finished. - Fallible
Accept Deprecated - Like Accept, but returns
IOon failure. - Fallible
Connect Deprecated - Like Connect, but returns
IOon failure. - Lazy
Config Acceptor Deprecated - Start
Handshake Deprecated - TlsAcceptor
Deprecated - A wrapper around a
rustls::ServerConfig, providing an asyncacceptmethod. - TlsConnector
Deprecated - A wrapper around a
rustls::ClientConfig, providing an asyncconnectmethod.
EnumsΒ§
- TlsStream
Deprecated - Unified TLS stream type