Skip to main content

Module environment

Module environment 

Source
Expand description

Environment access in the runtime boundary.

This module provides environment-related capabilities that domain code can use through trait abstraction.

Structs§

GitEnvError
Error returned when git environment configuration fails.
RealEnvironment
Real environment implementation using std::env.
RealGitEnvironment
Real git environment implementation using std::env.

Traits§

Environment
Trait for environment variable access, allowing testability.
GitEnvironment
Trait for git-specific environment configuration.