Expand description
Template system for project generation
This module handles loading, rendering, and managing templates for project scaffolding with variable substitution and conditional sections.
Structs§
- Template
Engine - Template engine for rendering project templates
- Template
Loader - Template loader for file-based templates
- Template
Variables - Variables available for template substitution
Enums§
- Template
Error - Error type for template-related operations
- Template
Variant - Represents the variant of templates to use
Type Aliases§
- Result
- Result type for template operations