pub fn hash_file(path: &Path) -> Result<String>
Hash a file’s contents with BLAKE3, returning hex-encoded digest.
Returns an error if the file can’t be read.