Re-exports§
pub use self::context::Context;pub use self::message_bus::MessageBounds;pub use self::message_bus::MessageBus;pub use self::message_bus::Subscription;pub use self::message_bus::SubscriptionBounds;pub use self::module::Module;pub use self::module_registry::ModuleRegistry;
Modules§
- config
- constants
- context
- match_
topic - Helper function to pattern match topics
- message_
bus - Generic MessageBus trait for any pub-sub bus
- mock_
bus - Mock message bus for tests
- module
- Definition of a Caryatid module
- module_
registry - Module registry trait