Crate mg_settings [−] [src]
Modules
| errors |
Parse and io error type. |
| key |
Type for representing keys and functions for parsing strings into |
| settings |
Settings manager. |
Macros
| rtry | |
| rtry_no_return |
Structs
| Config |
The parsing configuration. |
| MetaData |
Command/setting meta-data coming from the attributes.
See |
| ParseResult |
The commands and errors from parsing a config file. |
| Parser |
The config parser. |
Enums
| Command |
The |
| Value |
The |
Traits
| CompletionValues |
Trait to specify the completion values for a type. |
| EnumFromStr |
The |
| EnumMetaData |
Tre |
| SettingCompletion |
Trait specifying the value completions for settings. |
| SpecialCommand |
Trait for converting an identifier like "/" to a special command. |