Function cargo::core::compiler::fingerprint::write_fingerprint
source ยท fn write_fingerprint(loc: &Path, fingerprint: &Fingerprint) -> CargoResult<()>
Expand description
Writes the short fingerprint hash value to <loc>
and logs detailed JSON information to <loc>.json
.