hash_file_sha256

Function hash_file_sha256 

Source
pub fn hash_file_sha256(path: &Path) -> Option<String>
Expand description

Hex-encoded SHA-256 of file bytes, or None if unreadable.