Skip to main content

Module ipc

Module ipc 

Source
Expand description

IPC Communication

IPC protocol and client for module-to-node communication.

Modules communicate with the node via Inter-Process Communication (IPC) using Unix domain sockets. This module provides the protocol types and client implementation.

Re-exports§

pub use protocol::*;

Modules§

client
IPC Client
protocol
IPC Protocol Types

Structs§

ModuleIpcClient
IPC client for modules to communicate with node