Skip to main content

CommonLibrary/Transport/
IPC.rs

1#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
2//! # IPC Transport Implementation
3//!
4//! Placeholder for the inter-process communication transport
5//! using Unix domain sockets (macOS/Linux) or named pipes (Windows).