appletheia 0.1.2

The Application Interfaces for Event-Sourcing Architecture
Documentation
1
2
3
4
#[cfg(feature = "domain")]
pub use appletheia_domain::{
    aggregate, event, identifier, repository, snapshot, timestamp, value_object,
};