Expand description
Domain layer contracts and business logic primitives. This module provides the building blocks for Clean Architecture domain layers, including resilience contracts, business rules, and domain models. Domain layer contracts and business logic primitives.
This module provides the building blocks for Clean Architecture domain layers, including resilience contracts, business rules, and domain models.
The domain layer defines WHAT needs to be done without knowing HOW it’s implemented.
Re-exports§
pub use resilience::*;
Modules§
- architectural_
tests - Architectural compliance tests for the domain layer.
- resilience
- Domain Layer Resilience Contracts