Expand description
Environment access in the runtime boundary.
This module provides environment-related capabilities that domain code can use through trait abstraction.
Structs§
- GitEnv
Error - Error returned when git environment configuration fails.
- Real
Environment - Real environment implementation using std::env.
- Real
GitEnvironment - Real git environment implementation using std::env.
Traits§
- Environment
- Trait for environment variable access, allowing testability.
- GitEnvironment
- Trait for git-specific environment configuration.