fn le_uint<I, Uint, E: ParseError<I>>(
bound: usize,
) -> impl Parser<I, Output = Uint, Error = E>
Expand description
creates a little endian unsigned integer parser
bound
: the number of bytes that will be readUint
: the output type
fn le_uint<I, Uint, E: ParseError<I>>(
bound: usize,
) -> impl Parser<I, Output = Uint, Error = E>
creates a little endian unsigned integer parser
bound
: the number of bytes that will be readUint
: the output type