pub fn compare_hashes(
out_file: &str,
current_hashes: BTreeMap<String, String>,
loaded_hashes: BTreeMap<String, String>,
) -> Result<(Vec<CompareResult>, Vec<CompareFileResult>), CompareError>Expand description
Compare two provided hashes.