pub(crate) fn hash_file(file: &Path) -> Result<Option<Vec<u8>>, Error>
Returns an md5 hash of a file, returning None if the specified path doesn’t exist.
md5
None
path