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
pub struct Reducer<EVENT, STATE> {
    pub compute_new_state: fn(Option<STATE>, EVENT) -> Option<STATE>,
}