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§

clientDeprecated
serverDeprecated

Structs§

AcceptDeprecated
Future returned from TlsAcceptor::accept which will resolve once the accept handshake has finished.
ConnectDeprecated
Future returned from TlsConnector::connect which will resolve once the connection handshake has finished.
FallibleAcceptDeprecated
Like Accept, but returns IO on failure.
FallibleConnectDeprecated
Like Connect, but returns IO on failure.
LazyConfigAcceptorDeprecated
StartHandshakeDeprecated
TlsAcceptorDeprecated
A wrapper around a rustls::ServerConfig, providing an async accept method.
TlsConnectorDeprecated
A wrapper around a rustls::ClientConfig, providing an async connect method.

Enums§

TlsStreamDeprecated
Unified TLS stream type