framework-cqrs-lib 0.4.0

handle state-machine with data persist in journal and store mongo for restfull actix api
Documentation
1
2
3
4
5
6
7
pub mod daos;
pub mod data;
pub mod token;
pub mod context;
pub mod event_sourcing;
pub mod reducer;
pub mod repositories;