//! Inter-module communication infrastructure
//!
//! Provides the infrastructure for modules to communicate with each other
//! through the node. The node acts as a mediator, routing requests and
//! validating permissions.
pub use ModuleAPI;
pub use ModuleApiRegistry;
pub use ModuleRouter;