Function byte_tools::write_u32v_be
[−]
[src]
pub fn write_u32v_be(dst: &mut [u8], src: &[u32])
Write a vector of u32s into a vector of bytes. The values are written in big-endian format.