1//! IPC Client 2//! 3//! Re-export from blvm-node. 4//! 5//! Client-side IPC implementation that modules use to communicate with the node. 6 7#[cfg(unix)] 8pub use blvm_node::module::ipc::ModuleIpcClient;