pub fn dir_par<P>(path: P) -> Result<Vec<u8>>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.