Reference
IDE Setup Reference
VS Code / Cursor
- Install
rust-analyzerextension. - Install
Even Better TOMLforCargo.tomlediting. - Workspace-level
rust-analyzerpicks up the rootCargo.tomlautomatically; no per-crate.vscode/settings.jsonneeded. - Recommended settings in
.vscode/settings.json:{ "rust-analyzer.cargo.features": "all", "rust-analyzer.checkOnSave.command": "clippy" }
RustRover
Open the repo root; it detects the workspace automatically.