Crate mg_settings [] [src]

Parse config files.

Usage

Call the parse function on the input.

Modules

error

Parse error type.

Enums

Command

The Command enum represents a command from a config file.

Value

The Value enum represents a value along with its type.

Functions

parse

Parse settings.

Type Definitions

Result

A type alias over the specific Result type used by the parser to indicate whether it is successful or not.