Function re_build_tools::write_versioning_hash

source ยท
pub fn write_versioning_hash(path: impl AsRef<Path>, hash: impl AsRef<str>)
Expand description

Writes the given hash at the specified path.

hash should have been computed using of the methods in this module: compute_file_hash, compute_dir_hash, compute_crate_hash.

Panics on I/O errors.

Use read_versioning_hash to read it back.