Expand description
IPC module for communication between PTY wrappers and tmai parent process
Uses Unix domain sockets with newline-delimited JSON (ndjson) protocol for bidirectional communication.
Re-exports§
pub use client::IpcClient;pub use server::IpcRegistry;pub use server::IpcServer;