When you create a new Cargo project, RustRover asks you to choose a project template. Templates define the project's initial structure, so you don't have to build everything from scratch.
When you create a project using this template, the IDE generates a sample structure and automatically adds a Build configuration of the wasm-pack type.
Cargo-generate templates
RustRover integrates with cargo-generate which allows you to use Git repositories as project templates. If you don’t have cargo-generate installed, you will be able to do that from the New Project dialog.
Create a custom template
To create a template based on a Git repo, do the following:
On the Welcome screen, click the icon.
In the Add Custom Template dialog, specify the URL of the Git repo and the template name.