Docs.rs
tls_codec-0.5.0
tls_codec 0.5.0
Docs.rs crate page
Apache-2.0
OR
MIT
13 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:rustcrypto:formats
Dependencies
arbitrary ^1.4
normal
optional
serde ^1.0.228
normal
optional
serde_bytes ^0.11.19
normal
optional
tls_codec_derive =0.5.0
normal
optional
zeroize ^1.9
normal
ciborium ^0.2.2
dev
criterion ^0.6
dev
serde_json ^1.0
dev
Versions
51.72%
of the crate is documented
Platform
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
Skip to main content
write_length
tls_
codec
0.5.0
In tls_
codec::
vlen
tls_codec
::
vlen
Function
write_
length
Copy item path
Source
pub fn write_length<W:
Write
>( writer:
&mut W
, content_length:
usize
, ) ->
Result
<
usize
,
Error
>
Available on
crate feature
std
only.