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