Skip to main content

compute_cache_key

Function compute_cache_key 

Source
pub fn compute_cache_key(repo_path: &Path) -> Result<String>
Expand description

Compute cache key for a repo Key = hash(Cargo.toml content || git HEAD SHA || Cargo.toml mtime)