Function buffertk::length_free

source ยท
pub fn length_free<P: Packable>(slice: &[P]) -> LengthFree<'_, P>
Expand description

Pack a byte slice without a length prefix. The resulting format is equivalent to concatenating the individual packings.