Structs§
- Configuration
Diagnostic - Represents a problem within the configuration.
- Global
Configuration - Parse
Configuration Error - Recommended
Global Configuration - Resolve
Configuration Result
Enums§
Constants§
Functions§
- get_
nullable_ value - If the provided key exists, takes its value from the provided config and returns it. If the provided key does not exist, it returns None. Adds a diagnostic if there is any problem deserializing the value.
- get_
nullable_ vec - get_
unknown_ property_ diagnostics - Gets a diagnostic for each remaining key value pair in the hash map.
- get_
value - If the provided key exists, takes its value from the provided config and returns it. If the provided key does not exist, it returns the default value. Adds a diagnostic if there is any problem deserializing the value.
- handle_
renamed_ config_ property - If it exists, moves over the configuration value over from the old key to the new key and adds a diagnostic.
- resolve_
global_ config - Resolves a collection of key value pairs to a GlobalConfiguration.
- resolve_
new_ line_ kind - Resolves the
NewLineKind
text from the provided file text andNewLineKind
.