Docs.rs
rustls-fork-shadow-tls-0.20.8
rustls-fork-shadow-tls 0.20.8
Permalink
Docs.rs crate page
Apache-2.0
/
ISC
/
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ihciah
Dependencies
log ^0.4.4
normal
optional
ring ^0.16.20
normal
sct ^0.7.0
normal
webpki ^0.22.0
normal
base64 ^0.13.0
dev
criterion ^0.3.0
dev
env_logger ^0.9.0
dev
log ^0.4.4
dev
rustls-pemfile ^1.0.0
dev
webpki-roots ^0.22.0
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
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
rustls_
fork_
shadow_
tls
0.20.8
Module codec
Module Items
Structs
Traits
Functions
In rustls_
fork_
shadow_
tls::
internal::
msgs
rustls_fork_shadow_tls
::
internal
::
msgs
Module
codec
Copy item path
Source
Structs
§
Reader
Wrapper over a slice of bytes that allows reading chunks from with the current position state held using a cursor.
u24
Traits
§
Codec
Trait for implementing encoding and decoding functionality on something.
Functions
§
decode_
u16
decode_
u32
decode_
u64
encode_
vec_
u8
encode_
vec_
u16
encode_
vec_
u24
put_u16
put_u64
read_
vec_
u8
read_
vec_
u16
read_
vec_
u24_
limited