Note about endianness of returned value of {integer}::from_be_bytes and friends [`u32::from_be`](https://doc.rust-lang.org/nightly/src/core/num/mod.rs.html#2883-2892) documents about endianness of returned value. I was confused by endianness of `from_be_bytes` in #75086 .