Crate corn

Source

Modules§

error

Enums§

Rule
Value

Functions§

from_slice
Attempts to deserialize the config from a byte slice.
from_str
Attempts to deserialize the config from a string slice.
parse
Parses the input string into a Config containing the resolved inputs and a map of values representing the top-level object.

Type Aliases§

Inputs
A map of input names and values. The names include their $ prefix.
Object
A map of keys to their values.