Skip to main content

default_registry

Function default_registry 

Source
pub fn default_registry(
    template_config: &PreprocessorTemplateSection,
    pather: &dyn Pather,
) -> Result<PreprocessorRegistry>
Expand description

The default registry used on the normal execution path.

Contains all user-facing preprocessors:

The identity preprocessor is test-only and is intentionally not registered here (it would match innocuous-looking .identity files in user dotfiles).