framework-cqrs-lib 0.3.3

handle state-machine with data persist in journal and store mongo for restfull actix api
Documentation
1
2
3
4
5
6
7
8
9
10
11

#[test]
fn example_test() {
    // given

    // when


    // then
    assert_eq!(1, 1)
}