get_recursive_digest_for_paths

Function get_recursive_digest_for_paths 

Source
pub fn get_recursive_digest_for_paths<D: Digest + FixedOutput, H>(
    root_path: &Path,
    paths: HashSet<PathBuf, H>,
) -> Result<Vec<u8>, DigestError>
where H: BuildHasher,
👎Deprecated