event_hex 0.0.2

A library that helps implement hexagonal architecture + Event Sourcing + CQRS following DDD
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "mongo")]
pub mod mongodb;

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