appletheia 0.2.1

The Application Interfaces for Event-Sourcing Architecture
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "domain")]
pub mod domain {
    pub use appletheia_domain::*;
}

#[cfg(feature = "infrastructure")]
pub mod infrastructure {
    pub use appletheia_infrastructure::*;
}