Skip to main content

Module domain

Module domain 

Source
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