Skip to main content

Crate made_app

Crate made_app 

Source
Expand description

Application layer of MADE.

Use cases and application services compose the domain aggregates (made-core::entities) using only the traits declared in made-core::ports. No adapter types, no IO primitives, no transport-shaped errors leak into this crate — the boundary is enforced by the crate’s dependencies.

§Layout

Modules§

artifacts
authorization
budgets
services
Application services — compose one or more use cases.
usecases
Use cases.
workers