Docs.rs
async-tls-lite-0.1.1
async-tls-lite 0.1.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vkill
Dependencies
futures-io-traits-sync-wrapper ^0.1
normal
futures-util ^0.3
normal
rustls ^0.18
normal
webpki ^0.21
normal
optional
webpki-roots ^0.20
normal
optional
async-io ^0.1
dev
futures-executor ^0.3
dev
webpki ^0.21
dev
webpki-roots ^0.20
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
tls_
lite
0.1.1
Module prelude
Module Items
Modules
Structs
Statics
Traits
In crate async_
tls_
lite
async_tls_lite
Module
prelude
Copy item path
Source
Modules
§
pemfile
Functions for parsing PEM files containing certificates/keys.
Structs
§
Client
Config
Common configuration for (typically) all connections made by a program.
Client
Session
This represents a single TLS client session.
DNSName
Ref
A reference to a DNS Name suitable for use in the TLS Server Name Indication (SNI) extension and/or for use as the reference hostname for which to verify a certificate.
NoClient
Auth
Turns off client authentication.
Server
Config
Common configuration for a set of server sessions.
Server
Session
This represents a single TLS server session.
Statics
§
TLS_
SERVER_
ROOTS
Traits
§
Rustls
Session
Generalises
ClientSession
and
ServerSession