pub fn stable_hash_path(path: &Path) -> StringExpand 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.