Build your Rust/Cargo project through Incredibuild directly from RustRover (or IntelliJ IDEA Ultimate with the Rust plugin), via a dedicated Incredibuild menu.
Incredibuild is a build acceleration tool that distributes compilation work across the free cores of multiple machines on your network (or in the cloud), cutting build times without requiring any changes to your code or project structure.
Currently supports Windows only.
The Incredibuild menu (next to Build in the main menu bar) provides:
- Build - builds the whole Cargo workspace through Incredibuild
- Rebuild - cleans the workspace, then builds it through Incredibuild
- Build Selected Run Configuration - runs the currently selected Cargo run configuration through Incredibuild
- Stop Build - stops whichever build or clean process is currently running
The number of parallel jobs (-j) Incredibuild uses is configurable under
Settings/Preferences > Tools > Incredibuild.
If Incredibuild isn't installed on the machine, the menu commands offer to open incredibuild.com to download it.
- RustRover, or IntelliJ IDEA Ultimate with the Rust plugin (build 261 / 2026.1 or later)
- Incredibuild installed on Windows
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Incredibuild" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Licensed under the Apache License, Version 2.0. See CONTRIBUTING.md for contribution terms.