Function be_i32
fn be_i32<I, E: ParseError<I>>() -> impl Parser<I, Output = i32, Error = E>
where
I: Input<Item = u8>
Recognizes a big endian signed 4 bytes integer.
# use ;
use be_i32;
let mut parser = ;
assert_eq!;
assert_eq!;