1 2 3 4 5 6 7 8
/// Application layer - Use cases and DTOs /// /// This layer contains the application logic that orchestrates /// domain services and coordinates with infrastructure through ports. pub mod dto; pub mod factories; pub mod read_models; pub mod use_cases;