Expand description
Type-safe template scaffolding for WaterUI project backends.
Uses include_dir to embed templates at compile time and provides
a type-safe substitution API for generating Apple and Android backend projects.
Modules§
- android
- Android backend templates.
- apple
- Apple backend templates.
- root
- Root-level templates (Cargo.toml, lib.rs, .gitignore).
Structs§
- Template
Context - Context for rendering templates with type-safe substitutions.