Crate turbo_tasks_env

Source

Structs§

CommandLineProcessEnv
Load the environment variables defined via command line.
CustomProcessEnv
Allows providing any custom env values that you’d like, deferring the prior envs if a key is not overridden.
DotenvProcessEnv
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>].
FilterProcessEnv
Filters env variables by some prefix. Casing of the env vars is ignored for filtering.

Statics§

GLOBAL_ENV_LOCK

Traits§

ProcessEnv

Functions§

case_insensitive_read
register
sorted_env_vars