Module ipc

Module ipc 

Source
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;

Modules§

client
CLI-side IPC client for communicating with the daemon
protocol
IPC protocol message types
transport
Cross-platform IPC transport layer