TLS Stream Wrapper for Tokio.
tokio-rustls
provides a TLS stream wrapper. It implements the Tokio::io::AsyncRead
and tokio::io::AsyncWrite
trait.
Read example/src/client.rs
and example/src/server.rs
for more details.
Maybe todo.
Tokio-tls is licensed under the MIT license or Apache license.
During developing we referenced a lot from tokio-rustls. We would like to thank the authors of the project.