Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 494 Bytes

Monoio TLS

TLS Stream Wrapper for Monoio.

TLS with rustls

monoio-rustls provides a TLS stream wrapper. It implements the monoio::io::AsyncReadRent and monoio::io::AsyncWriteRent trait.

Read example/src/client.rs and example/src/server.rs for more details.

TLS with native tls

Maybe todo.

Licenses

Monoio-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.