Function u32_to_be_bytes

Source
pub fn u32_to_be_bytes(value: u32) -> [u8; 4]
Expand description

Convert a u32 from native byte order to big-endian bytes