Function cobs_simd::encoded_size_upper_bound
source · pub fn encoded_size_upper_bound(input_size: usize) -> usizeExpand description
Determines the upper bound of the encoded message size depending on the input length
COBS induces a maximum of ⌈n/254⌉ bytes overhead for n data bytes.