//! node, filter the events, and to communicate with a adapter spawned
//! as a child process.
pub mod adapter;
pub mod broker;
pub mod config;
pub mod error;
pub mod event;
pub mod msg;
pub mod run;
#[cfg(test)]
pub mod test;