Crate tokio_rustls

source ·
Expand description

Asynchronous TLS/SSL streams for Tokio using Rustls.

Re-exports

Modules

Structs

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

Enums