Module codec
Source - 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
- ListLength ๐
- The length of the length prefix for a list.
- Codec
- Trait for implementing encoding and decoding functionality
on something.
- TlsListElement ๐
- A trait for types that can be encoded and decoded in a list.
- put_u16 ๐
- put_u64 ๐