Expand description
IPC communication between CLI and daemon
Uses Unix domain sockets on Unix/macOS and named pipes on Windows via the interprocess crate.
Re-exports§
pub use client::DaemonClient;
IPC communication between CLI and daemon
Uses Unix domain sockets on Unix/macOS and named pipes on Windows via the interprocess crate.
pub use client::DaemonClient;