pub fn file_hash(path: &Path) -> Option<String>
Compute the SHA256 hex digest of a file’s content.
Returns None if the file cannot be read.
None