pub fn should_skip_path(path: &Path, excludes: &[String]) -> bool
Check whether path should be skipped based on its directory components matching any entry in excludes.
path
excludes