Back to Rust

Create a New Cargo Project

src/tools/rust-analyzer/editors/code/walkthrough-create-project.md

1.97.1322 B
Original Source

Create a New Cargo Project

Create a new Cargo project without leaving VS Code.

The command lets you choose the package kind, parent folder, project name, and how the new project should be opened afterward.

The project is created with Cargo, so the generated files and defaults match the normal cargo new experience.