distributed 2.3.1

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
1
2
3
4
5
6
7
pub mod checkout;
pub mod checkout_saga;
pub mod inbox;
pub mod outbox;
pub mod read_models;
pub mod scenario;
pub mod seat;