rust_bus 3.0.6

bus — Lightweight CQRS Library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod base;

mod dispatch_in_memory;
mod workers;

#[cfg(all(feature = "_db_sea_orm", not(feature = "context")))]
mod dispatch_db_sea_orm;

#[cfg(all(feature = "_db_sqlx", not(feature = "context")))]
mod dispatch_db_sqlx;