vieter/src/env
2022-05-16 14:53:48 +02:00
..
env.v doc(env): added missing docstring & README 2022-05-16 14:53:48 +02:00
README.md doc(env): added missing docstring & README 2022-05-16 14:53:48 +02:00

This module provides a framework for parsing a configuration, defined as a struct, from both a TOML configuration file & environment variables. Some notable features are:

  • Overwrite values in config file using environment variables
  • Allow default values in config struct
  • Read environment variable value from file