pub fn socket_path(root: &Path) -> PathBufExpand description
Resolves the socket path for a given watched root directory.
Tries in order:
$XDG_RUNTIME_DIR/ixd/{hash}.sock$HOME/.local/run/ixd/{hash}.sock/tmp/ixd-{uid}-{hash}.sock
Where hash is the first 16 hex characters of XXH64(canonical_root, 0).