pub fn save_hashes_to_file(path: &str, path_hash: &HashMap<String, String>)
Expand description

Saves the hashes to a file.

Arguments

  • path - The path of the file to save the hashes to.
  • path_hash - The hashmap of paths and hashes.