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.