Expand description
Low-level template target discovery.
This module maps source config files to output template files by following include paths. It does not render template content; callers provide include discovery and decide how each target should be rendered.
Structs§
- Template
Target - A source-to-output mapping for one generated config template.
Functions§
- collect_
template_ targets - Collects template targets by recursively following include paths.
- select_
template_ source - Chooses the source file used when generating templates.