Module parser

Module parser 

Source
Expand description

Configuration parser trait and implementations.

Modules§

closure
Custom configuration parser with Fn.
env
Environment-Variable configuration parser.
json
JSON configuration parser.
toml
TOML configuration parser.
yaml
YAML configuration parser.

Enums§

Error
Parser error type.

Traits§

Parser
A trait to parse configuration contents.