Skip to main content

Module template_tree

Module template_tree 

Source
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§

TemplateTarget
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.