Expand description
Layer 1: Domain Layer - Enterprise Business Rules
Contains pure business entities, value objects, and repository traits. This layer has ZERO external dependencies.
Re-exports§
pub use entities::*;pub use repositories::*;pub use value_objects::*;