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

Basic configuration system for Process objects in the station crate.

Process node system to assist with RPC/PubSub usage.

Enums

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