Expand description
Environment variable interpolation for configuration files.
Supports substituting ${ENV_VAR} or $ENV_VAR in strings.
Structs§
- Interpolator
- Helper struct for interpolating a raw configuration (e.g. JSON/YAML AST).
Enums§
Functions§
- interpolate_
string - Interpolates a string by replacing environment variables.