Crate mls_rs_codec
source ·Modules
- Optimized encoding and decoding for types that can be represented by
Vec<u8>
.
Structs
- A contiguous growable array type, written as
Vec<T>
, short for ‘vector’.
Enums
Traits
- Trait to support deserialzing to a type using MLS encoding.
- Trait to support serializing a type with MLS encoding.
- Trait that determines the encoded length in MLS encoding.