[][src]Function crev_lib::get_recursive_digest_for_paths

pub fn get_recursive_digest_for_paths<H>(
    root_path: &Path,
    paths: HashSet<PathBuf, H>
) -> Result<Vec<u8>> where
    H: BuildHasher