Module format

Source
Expand description

Support for loading configs from multiple formats.

Enums§

Format
The format used to represent the configuration data.

Functions§

deserialize
Parse the string represented in the specified format.
serialize
Serialize the specified value into a string.

Type Aliases§

FormatHint
A type alias to better capture the semantics.