Function uvint::decode::u64[][src]

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

Decode the given slice as u64.

Returns the value and the remaining slice.