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