pub fn load_hashes_from_file(path: &str) -> HashMap<String, String>
Expand description

Loads the hashes from a file and returns them as a hashmap.

Arguments

  • path - The path of the file to load the hashes from.