Expand description
A simple configuration library that allows developers to quickly make configuration for their apps.
Modules§
- files
- Contains useful functions for importing from files
Traits§
- Commandline
Config - Represents a configuration struct that can be created from commandline arguments.
- File
Config - Represents a configuration struct that can be created from a number of file types.
- Json
Config - Represents a configuration struct that can be created from a JSON file.
- Yaml
Config - Represents a configuration struct that can be created from a YAML (YML) file.