Skip to main content

compute_checksum

Function compute_checksum 

Source
pub fn compute_checksum(path: &Path) -> Result<String>
Expand description

Compute a checksum for a file.

Uses a fast hash (FNV-1a) suitable for deduplication.