Skip to main content

decode

Function decode 

Source
pub fn decode(data: &[u8]) -> Result<(Value, usize), ValueError>
Expand description

Decode a single value from data, returning the value and the number of bytes consumed.