Create a new Cargo project
RustRover fully supports Cargo-based Rust projects. The IDE provides several default templates for new projects and takes project-level information from Cargo.toml files to load the existing ones.
Create a new Cargo project
Launch RustRover.
Do one of the following:
Click New Project on the Welcome screen.
Select
from the main menu.Click the Project widget in the main window header and select New Project.
In the left-hand pane, make sure Rust is selected.
Specify the project location and name.
Specify the location of the Rust toolchain and standard library.
If the toolchain and standard library are installed, RustRover will detect them automatically. Otherwise, you will be suggested to download Rustup.
Select the desired project template and click Create.
Last modified: 24 June 2024