Module codec

Source

Structsยง

LengthPrefixedBuffer ๐Ÿ”’
Tracks encoding a length-delimited structure in a single pass.
Reader
Wrapper over a slice of bytes that allows reading chunks from with the current position state held using a cursor.
TlsListIter ๐Ÿ”’
An iterator over a vector of TlsListElements.
u24

Enumsยง

ListLength ๐Ÿ”’
The length of the length prefix for a list.

Traitsยง

Codec
Trait for implementing encoding and decoding functionality on something.
TlsListElement ๐Ÿ”’
A trait for types that can be encoded and decoded in a list.

Functionsยง

put_u16 ๐Ÿ”’
put_u64 ๐Ÿ”’