pub fn hash_file(path: &Path) -> Result<String>
Compute the blake3 hash of a file’s content.
Returns an error if the file cannot be read.