Module mls_rs_codec::byte_vec

source ·
Expand description

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

Compatible with derive macros by using mls_codec(with = "mls_rs_codec::byte_vec")

Functions§

  • Optimized decoding for types that can be represented as Vec<u8>
  • Optimized encoding for types that can be represented as u8 slices.
  • Optimized length calculation for types that can be represented as u8 slices.