Skip to main content

hash_files_parallel

Function hash_files_parallel 

Source
pub fn hash_files_parallel(paths: &[PathBuf]) -> Vec<(PathBuf, String)>
Expand description

Hash multiple files in parallel using rayon.

Returns a vec of (path, hash) pairs. Files that can’t be read are skipped.