Function nom_leb128::leb128_u64[][src]

pub fn leb128_u64<I, E>(input: I) -> IResult<I, u64, E> where
    I: Clone + Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength,
    E: ParseError<I> + ContextError<I>, 
Expand description

Recognizes an LEB128-encoded number that fits in a u64.