pub fn get_recursive_digest_for_paths(
    root_path: &Path,
    paths: FnvHashSet<PathBuf>
) -> Result<Digest, Error>
Expand description

See get_dir_digest