distributed 2.2.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
pub mod bomb;
pub mod explosion;
pub mod game_map;
pub mod player;
pub mod tick_saga;
pub mod types;