Crate quickstart_lib

Source
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
ProjectConfig
Configuration for scaffolding a new project

Enums§

ProjectType
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