Expand description

This module contains all of the utilities for parsing markup files.

The submodules are controlled by the edres features set. So for example, the json module will only be present if the edres/json feature is enabled.

Modules

This module provides utilities for parsing JSON files to generic Values.
This module provides utilities for parsing TOML files to generic Values.
This module provides utilities for parsing YAML files to generic Values.

Functions

Parse source of a given format, producing a generic Value.
Parses a source file into a generic Value, inferring its format.
Attempts to unify values internal to the given one so that their types are compatible.
Attempts to unify all provided values to compatible types.