Asynchronous TLS/SSL streams using Rustls, compatible with async runtimes.
# Cargo.toml
[dependencies]
async-rustls = "0.4.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a TLS acceptor from a Rustls server configuration.
Ensure you have a runtime set up (e.g., #[tokio::main]).
No dependency data recorded yet.