event_hex 0.0.1

A library that helps implement hexagonal architecture + Event Sourcing + CQRS following DDD
Documentation
1
2
3
4
5
pub mod domain_event_handlers;
pub mod event_store_repository;
pub mod transaction;
pub mod projections;
pub mod cqrs;