Function varinteger::decode_with_offset[][src]

pub fn decode_with_offset(buf: &[u8], offset: usize, value: &mut u64) -> usize

Decode a byte slice into a u64 integer at a specific offset. Returns how many bytes were decoded.