esrs 0.18.0

A Prima.it-opinionated library to achieve cqrs/es
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod aggregate;

#[cfg(feature = "postgres")]
mod postgres;

#[cfg(feature = "rabbit")]
mod rabbit;

#[cfg(feature = "kafka")]
mod kafka;