Crate mls_rs_codec

Source

Modules§

byte_vec
Optimized encoding and decoding for types that can be represented by Vec<u8>.
iter

Structs§

VarInt
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Enums§

Error

Traits§

MlsDecode
Trait to support deserialzing to a type using MLS encoding.
MlsEncode
Trait to support serializing a type with MLS encoding.
MlsSize
Trait that determines the encoded length in MLS encoding.

Derive Macros§

MlsDecode
MlsEncode
MlsSize