Crate konfig_rust
Source - format
- 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
- KonfigError
- This is the error enum for konfig-rust, it contains all possible errors returned by konfig-rust
- 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