pub fn le_var_u64<'a, E: ParseError<&'a [u8]>>(
    input: &'a [u8]
) -> IResult<&'a [u8], u64, E>
Expand description

Read the entire slice as a little endian unsigned integer, up to 8 bytes