Function hashed_file_name

Source
pub fn hashed_file_name(path: &Path) -> Result<OsString, Error>
Expand description

Hashes the file at path using SHA-256 and returns its name with the hash added before the extension.