Expand description
§Environment Module
Defines the core architectural traits for dependency injection and
environmental context within the application. This module provides the
foundational components (Environment, Requires, HasEnvironment) that
enable the entire effects-based system to function in a decoupled and
testable manner.
Modules§
- Environment
- Environment Trait
- HasEnvironment
- HasEnvironment Trait
- Requires
- Requires Trait