1#![doc = include_str!("../README.md")] 2 3pub mod types; 4pub mod aggregate; 5pub mod entity; 6pub mod repository;