macro_rules! read_be_u32 {
($source:expr) => { ... };
}Expand description
Reads a single 32-bit integer from the given source. Uses big endian.
macro_rules! read_be_u32 {
($source:expr) => { ... };
}Reads a single 32-bit integer from the given source. Uses big endian.