split_into_chunks

Function split_into_chunks 

Source
pub fn split_into_chunks(data: Vec<u8>, chunk_size: usize) -> Vec<Vec<u8>>