Crate rsconfig

Source
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§

CommandlineConfig
Represents a configuration struct that can be created from commandline arguments.
FileConfig
Represents a configuration struct that can be created from a number of file types.
JsonConfig
Represents a configuration struct that can be created from a JSON file.
YamlConfig
Represents a configuration struct that can be created from a YAML (YML) file.