rust_bus 3.0.6

bus — Lightweight CQRS Library for Rust
Documentation
1
2
3
4
5
#[cfg(feature = "_db_sea_orm")]
mod worker_sea;

#[cfg(feature = "_db_sqlx")]
mod worker_sqlx;