Expand description
This library provides access to standard environment variables and logging utilities.
Re-exports§
Modules§
- env
- Re-exporting the
std::envmodule for accessing environment variables.
Macros§
- env
- Re-exporting the
std::envmodule for accessing environment variables.
Functions§
- chief_
cli - chief_cli()
- dotenv
- Re-exporting the
dotenvcrate for loading environment variables from a.envfile. - env_var
- Retrieves the value of an environment variable, providing a default value if the variable is not set.
- load_
dotenv - Loads environment variables from a
.envfile into the application’s environment.