terminal-commander-ipc 0.1.78

Terminal Commander IPC wire protocol, length-prefixed JSON framing, and the cross-platform DaemonClient transport (UDS on Unix, named pipe on Windows).
Documentation

terminal-commander-ipc

Part of the Terminal Commander project.

This crate is published to crates.io to support the public-API distribution path.

It carries the shared IPC wire protocol (request/response envelopes and the closed IpcRequest / IpcResponse / IpcError set), the length-prefixed JSON framing helpers, and the cross-platform DaemonClient transport: a Unix domain socket client on Unix and a Windows named-pipe client on Windows.