Skip to main content

default_socket_path

Function default_socket_path 

Source
pub fn default_socket_path() -> Option<PathBuf>
Expand description

Default daemon socket path: ~/.kindling/kindling.sock.

Replicates kindling_store::default_kindling_home’s HOME/USERPROFILE logic locally so the client need not depend on kindling-store (which pulls rusqlite and would defeat the crate’s thinness goal).