Structs§
- Command
Line Process Env - Load the environment variables defined via command line.
- Custom
Process Env - Allows providing any custom env values that you’d like, deferring the prior envs if a key is not overridden.
- Dotenv
Process Env - Load the environment variables defined via a dotenv file, with an optional prior state that we can lookup already defined variables from.
- EnvMap
- This is a transparent value type wrapping [
FxIndexMap<RcStr,RcStr>
]. - Filter
Process Env - Filters env variables by some prefix. Casing of the env vars is ignored for filtering.