pub fn socket_path() -> PathBufExpand description
Resolve the socket path. Override with KINTSUGI_SOCKET (handy in tests).
On Unix this is a filesystem path under $XDG_RUNTIME_DIR (falling back to
the temp dir). On Windows a namespaced pipe name is used instead.