Expand description
Types used throughout the build system.
This module contains the core types used by the build system including template definitions, error types, and engine specifications. Type definitions for the Tomplate build system.
This module contains the core types used throughout the build system, including template definitions, error handling, and engine specifications.
Structs§
- Template
- A template definition from a
.tomplate.toml
file.
Enums§
- Engine
- Supported template engines for processing templates.
- Error
- Error types for Tomplate build operations.
Type Aliases§
- Result
- Result type alias for Tomplate build operations.