Expand description
Library core for cargo-quickstart: project generator logic
Modules§
- template
- Template system for project generation
- tools
- Utility tools and helpers for the quickstart library
Structs§
- Config
- Config type for backward compatibility
- Project
Config - Configuration for scaffolding a new project
Enums§
- Project
Type - Project type (binary or library)
Functions§
- find_
templates_ dir - Find the nearest
templates/
directory by walking up from the current directory. - generate_
project - Generate a new project based on the provided configuration