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::*; }