Function nom_leb128::leb128_i32[][src]

pub fn leb128_i32<I, E>(input: I) -> IResult<I, i32, 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 i32.