Crate easy_tokio_rustls
source · [−]Expand description
This library provides convenient abstractions for creating simple TLS
sockets with tokio-rustls
. Examples can be found in the examples directory
Structs
Primary class for creating and connecting clientside TLS sockets
This structure is a handle to a listening socket returned by
TlsServer::listen
. Call TlsListener::stream_accept
to accept a new
client connection.
Primary class for creating and connecting serverside TLS sockets
Enums
Represents custom errors returned directly by this crate
Unified TLS stream type
Functions
This is a simplified async address resolver