Skip to main content

stable_hash_path

Function stable_hash_path 

Source
pub fn stable_hash_path(path: &Path) -> String
Expand description

Derive a short, stable identifier from a path.

Used to build a POSIX shared-memory object name that depends only on the resolved home directory, so two processes pointed at the same MSB_HOME agree on a single registry without leaking the absolute path through a public name.