Function verify_dir

Source
pub fn verify_dir<D, P>(dir: D, progress: P) -> Result<()>
where D: AsRef<Path>, P: ProgressHandler + Send + Sync,
Expand description

Parallel checks reproduction for hkx files.

§Errors

If an error occurs, returns an array of error paths.