decode_var

Function decode_var 

Source
pub fn decode_var(src: &mut &[u8]) -> Result<u64, ()>
Expand description

Decode a variable-length integer from a byte slice.