Skip to main content

repo_id

Function repo_id 

Source
pub fn repo_id(repo_root: &Path) -> String
Expand description

Derive a stable 16-hex-character ID from the repo’s absolute path.

BLAKE3 is deliberately specified here instead of DefaultHasher, whose algorithm is an implementation detail and may change between Rust releases.