pub fn sha256_file(path: &Path) -> Result<String>
Lowercase hex SHA-256 of a file’s bytes, streamed rather than buffered.
When the file cannot be read.