Function crev_lib::get_dir_digest

source ·
pub fn get_dir_digest(
    path: &Path,
    ignore_list: &FnvHashSet<PathBuf>
) -> Result<Digest, Error>
Expand description

Scan dir and hash everything in it, to get a unique identifier of the package’s source code