Function byte_tools::read_u64v_be [] [src]

pub fn read_u64v_be(dst: &mut [u64], src: &[u8])

Read a vector of bytes into a vector of u64s. The values are read in big-endian format.