Skip to main content

get_binary_kv_length

Function get_binary_kv_length 

Source
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.