get_bytes_from_paths

Function get_bytes_from_paths 

Source
pub fn get_bytes_from_paths(paths: &[&str]) -> Vec<Vec<u8>>
Expand description

Read all files in paths in parallel and return their byte contents.