Crate chief

Crate chief 

Source
Expand description

This library provides access to standard environment variables and logging utilities.

Re-exports§

pub use log;
pub use simplelog;

Modules§

env
Re-exporting the std::env module for accessing environment variables.

Macros§

env
Re-exporting the std::env module for accessing environment variables.

Functions§

chief_cli
chief_cli()
dotenv
Re-exporting the dotenv crate for loading environment variables from a .env file.
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 .env file into the application’s environment.