pub fn get_binary_kv_length(data: &[u8]) -> Result<usize, BinaryKvError>Expand description
Calculate the byte length of binary KV data starting at the given position. This is useful for parsing multiple KV structures from a stream.
pub fn get_binary_kv_length(data: &[u8]) -> Result<usize, BinaryKvError>Calculate the byte length of binary KV data starting at the given position. This is useful for parsing multiple KV structures from a stream.