cqrs-es2 0.10.0

A Rust library providing lightweight CQRS and event sourcing framework.
Documentation
1
2
3
4
5
pub use test_consumer::*;
pub use test_handler::*;

mod test_consumer;
mod test_handler;