Docs.rs
rustls-0.23.21
rustls 0.23.21
Permalink
Docs.rs crate page
Apache-2.0 OR ISC OR MIT
Links
Homepage
Repository
crates.io
Source
Owners
ctz
djc
github:rustls:publishers
Dependencies
aws-lc-rs ^1.12
normal
optional
brotli ^7
normal
optional
brotli-decompressor ^4.0.1
normal
optional
hashbrown ^0.15
normal
optional
log ^0.4.8
normal
optional
once_cell ^1.16
normal
rustls-pki-types ^1.10
normal
ring ^0.17
normal
optional
subtle ^2.5.0
normal
rustls-webpki ^0.102.8
normal
zeroize ^1.7
normal
zlib-rs ^0.4
normal
optional
base64 ^0.22
dev
bencher ^0.1.5
dev
env_logger ^0.11
dev
hex ^0.4
dev
log ^0.4.8
dev
macro_rules_attribute ^0.2
dev
num-bigint ^0.4.4
dev
rcgen ^0.13
dev
serde ^1
dev
serde_json ^1
dev
time ^0.3.6
dev
webpki-roots ^0.26
dev
x509-parser ^0.16
dev
rustversion ^1.0.6
build
optional
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
rustls
0.23.21
Side
Data
Implementors
In crate rustls
rustls
Trait
SideData
Copy item path
Source
pub trait SideData:
Debug
{ }
Expand description
Data specific to the peer’s side (client or server).
Implementors
§
Source
§
impl
SideData
for
ClientConnectionData
Source
§
impl
SideData
for
ServerConnectionData