partition

Function partition 

Source
pub fn partition(data: Vec<u8>, fragment_length: usize) -> Vec<Vec<u8>>