rust_bus 3.0.6

bus — Lightweight CQRS Library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod bus_event;
pub mod enums;
pub mod event_handler;
pub mod meta;

#[cfg(feature = "_db_any")]
pub mod event_handler_database;

#[cfg(feature = "_db_any")]
pub mod database_unique;

#[cfg(feature = "context")]
pub mod ctx;