[][src]Function unsigned_varint::nom::u64

pub fn u64(input: &[u8]) -> IResult<&[u8], u64>

nom combinator to decode a variable-length encoded u64 .