[][src]Function unsigned_varint::decode::u64

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

Decode the given slice as u64.

Returns the value and the remaining slice.