Integrates rustls into tokio-uring runtime. This crate provides simple read and write functionality for tokio-uring runtime to handle TLS traffic.
Implementation details borrowed from the following projects:
- monoio-rustls TLS Stream Wrapper for Monoio.
- tokio-rustls Asynchronous TLS/SSL streams for Tokio using Rustls.
tokio-uring-rustls = "0.1"