Crate env_vars_config

Source
Expand description

A simple lib for configuring your applications via environment variables

Macrosยง

env_vars_config
Creates new mod with specified environment variables
set_env_only
Inits config value and sets it in the runtime environment Note: uses std::env::set_var under the hood.