Crate station

Source
Expand description

Station

This crate for IPC communication over a network with multiple machines or locally with a single machine. The implemented IPC patterns are IPC via a publish-subscribe model as well as a request-response model. This library aims for flexibility in the networking protocol used to transmit messages.

Re-exports§

pub use config::Config;
pub use process::Process;

Modules§

config
Basic configuration system for Process objects in the station crate.
process
Process node system to assist with RPC/PubSub usage.

Enums§

RpcError
Possible responses to RPC calls that do not contain callback output.