Function unsigned_varint::decode::u64

source ·
pub fn u64(buf: &[u8]) -> Result<(u64, &[u8]), Error>
Expand description

Decode the given slice as u64.

Returns the value and the remaining slice.