[−][src]Crate tokio_rustls
Asynchronous TLS/SSL streams for Tokio using Rustls.
Re-exports
pub extern crate rustls; |
pub extern crate webpki; |
Structs
Accept | Future returned from |
Connect | Future returned from |
TlsAcceptor | |
TlsConnector | |
TlsStream | A wrapper around an underlying raw stream which implements the TLS or SSL protocol. |