Crate konfig_rust

Source

Modules§

format

Structs§

KonfigManager
The main manager in konfig-rust, this is intended to be created near the start of your program, and destroyed by closing it
KonfigOptions
Used for configuring KonfigManager

Enums§

KonfigError
This is the error enum for konfig-rust, it contains all possible errors returned by konfig-rust

Traits§

KonfigSection
This is the trait allowing a struct to be registered as a section and managed by KonfigManager
KonfigSerialization
Automatically implements internal methods originally defined in KonfigSection