Crate config_tools

Source

Macros§

general_defaults
Generate a Config object with default values in a section entitled “DEFAULT”.
Variables are supported in key and value fields, but must be strings.
sectioned_defaults
Generate a Config object with sections and default values.
Variables are supported in section, key, and value fields, but must be strings.

Structs§

Config

Enums§

Error

Traits§

Section

Derive Macros§

FromSection
Derives the Section trait for a struct.