Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rust Project template #10

Open
Isaaruwu opened this issue Jun 30, 2023 · 0 comments
Open

Add Rust Project template #10

Isaaruwu opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Isaaruwu
Copy link
Owner

Description

Currently, does not include a template specifically designed for Rust projects. To enhance the tool's usefulness and cater to Rust developers, it would be beneficial to add a template tailored for Rust projects. This template would include a predefined project structure, common files, and Rust-specific configuration.

Proposed Solution

To add a template for Rust projects to the Project Template Generator, the following steps can be taken:

  1. Design the structure of the Rust project template, taking into account commonly used directories, files, and configurations specific to Rust projects.
  2. Implement the template generation logic to create the predefined project structure and populate it with the necessary files.
  3. Include appropriate placeholders or variables in the template to allow users to customize project-specific details like package name, author, dependencies, etc.
  4. Update the documentation to provide clear instructions on how to use the Rust project template and any customization options available.
@Isaaruwu Isaaruwu added enhancement New feature or request good first issue Good for newcomers labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant