[][src]Function gridiron::digits::util::u32_to_bytes_big_endian

pub fn u32_to_bytes_big_endian(x: u32, buf: &mut [u8])

This function assumes that the buf pointer has at least 4 spaces starting at the beginning of the slice. You need to assure this before calling.