Skip to main content

Module tree

Module tree 

Source
Expand description

Recursive include tree traversal primitives.

This module provides the format-agnostic tree loader used by the high-level confique API. Callers supply a loader that returns a source value and the include paths declared by that source.

Structs§

ConfigNode
One loaded config source in a tree.
ConfigSource
Value and includes returned by a config source loader.
ConfigTree
A loaded config tree in traversal order.
ConfigTreeOptions
Options for loading a recursive config tree.

Enums§

IncludeOrder
Controls the order in which sibling include paths are traversed.

Functions§

load_config_tree
Loads a config tree with default traversal options.