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

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

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.