Available on crate feature
full only.Expand description
Code generation and template management
This module provides functionality for generating mobile app projects from embedded templates. It handles template parameterization and file generation.
Structs§
- Template
Var - Template variable that can be replaced in template files
Functions§
- android_
project_ exists - Checks if the Android project scaffolding exists at the given output directory
- ensure_
android_ project - Auto-generates Android project scaffolding from a crate name
- ensure_
ios_ project - Auto-generates iOS project scaffolding from a crate name
- generate_
android_ project - Generates Android project structure from templates
- generate_
ios_ project - Generates iOS project structure from templates
- generate_
project - Generates a new mobile benchmark project from templates
- ios_
project_ exists - Checks if the iOS project scaffolding exists at the given output directory
- to_
pascal_ case - Converts a string to PascalCase