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
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,