Skip to main content

sha256_file

Function sha256_file 

Source
pub fn sha256_file(path: &Utf8Path) -> Result<Sha256>
Expand description

Hash a file’s bytes.

§Errors

Any I/O error reading the file.