Docs.rs
async-tls-0.13.0
async-tls 0.13.0
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
skade
yoshuawuyts
dignifiedquire
Dependencies
futures-core ^0.3.5
normal
futures-io ^0.3.5
normal
rustls ^0.21
normal
rustls-pemfile ^1.0
normal
rustls-webpki ^0.101.4
normal
optional
webpki-roots ^0.22.3
normal
optional
async-std ^1.11
dev
futures-executor ^0.3.5
dev
futures-util ^0.3.5
dev
lazy_static ^1
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
tls
0.13.0
Module client
Module Items
Structs
In crate async_
tls
async_tls
Module
client
Copy item path
Source
Expand description
The client end of a TLS connection.
Structs
ยง
TlsStream
The client end of a TLS connection. Can be used like any other bidirectional IO stream. Wraps the underlying TCP stream.