Crate rsconfig

source ·
Expand description

A simple configuration library that allows developers to quickly make configuration for their apps.

Modules

Contains useful functions for importing from files

Traits

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