cqrs-rust-lib 0.4.0

An opinionated implementation of CQRS/Event Sourcing with pluggable storage backends (InMemory, PostgreSQL, MongoDB)
Documentation
1
2
3
4
5
mod view_dispatcher;
pub use view_dispatcher::*;

mod memory;
pub use memory::*;