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§
- Config
Node - One loaded config source in a tree.
- Config
Source - Value and includes returned by a config source loader.
- Config
Tree - A loaded config tree in traversal order.
- Config
Tree Options - Options for loading a recursive config tree.
Enums§
- Include
Order - Controls the order in which sibling include paths are traversed.
Functions§
- load_
config_ tree - Loads a config tree with default traversal options.