dir_par

Function dir_par 

Source
pub fn dir_par<P>(path: P) -> Result<Vec<u8>>
where P: AsRef<Path>,
Available on (Linux or Android or FreeBSD) and crate feature par-compress only.
Expand description

Same as dir but initializes the underlying buffer, returns it and utilizes compression parallelization on multiple cores to speed up the work.