Skip to main content

compute_target_hash

Function compute_target_hash 

Source
pub fn compute_target_hash(target: &Path) -> Result<String>
Expand description

Cheap target fingerprint: "<size>:<mtime_ns>". Good enough to detect “target has been rebuilt since last session”. Not a cryptographic hash.