pub fn stat_fingerprint(path: &Path) -> Result<String>Expand description
A cheap size+mtime fingerprint for a file, used for large/stable inputs (compilers, system libraries) that would be prohibitively expensive to content-hash on every cache validation. Soundness assumption: identical (size, nanosecond mtime) implies identical content, the same assumption build tools already make for their own incrementality.