main

Function hash_file

Source
pub(crate) fn hash_file(file: &Path) -> Result<Option<Vec<u8>>, Error>
Expand description

Returns an md5 hash of a file, returning None if the specified path doesn’t exist.