Crate futures_rustls
source ·Expand description
Asynchronous TLS/SSL streams for futures using Rustls.
Re-exports
pub use rustls;pub use webpki;
Modules
Structs
- Future returned from
TlsAcceptor::acceptwhich will resolve once the accept handshake has finished. - Future returned from
TlsConnector::connectwhich will resolve once the connection handshake has finished. - Like Accept, but returns
IOon failure. - Like Connect, but returns
IOon failure. - A wrapper around a
rustls::ServerConfig, providing an asyncacceptmethod. - A wrapper around a
rustls::ClientConfig, providing an asyncconnectmethod.
Enums
- Unified TLS stream type