framework-cqrs-lib 0.1.0

handle state-machine with data persist in journal and store mongo for restfull actix api
Documentation
1
2
3
pub trait CanGetId<REF>: Clone + Send + Sync {
    fn id(&self) -> &REF;
}