Function rusticata_macros::combinator::be_var_u64 [−][src]
pub fn be_var_u64<'a, E: ParseError<&'a [u8]>>(
input: &'a [u8]
) -> IResult<&'a [u8], u64, E>
Expand description
Read the entire slice as a big endian unsigned integer, up to 8 bytes