RustRover 2024.1 Help

Cargo tool window

The Cargo tool window allows you to manage workspace members and targets. By default, it is pinned to the tool windows bar and opens automatically on project load. You can also access it via View | Tool Windows | Cargo.

Cargo tool window

Use the top panel to:

Run a target from the Cargo tool window

  1. Open the Cargo tool window (click Cargo on the tool window bar or select View | Tool Windows | Cargo from the main menu).

  2. Locate and double-click the necessary target. The IDE will run the command that executes the given target type (for example, cargo run for a binary, cargo test for tests, and so on).

    You will see the results displayed in the Build/Run tool window.

    Running a target from Cargo tool window

Run a Cargo command

Use one of the following options:

  • Click Run Cargo Command in the Cargo tool window. This will open the Run Anything dialog with a list of pre-filtered Cargo commands:

    Running a Cargo command
  • Press Ctrl twice to open the Run Anything popup and type the command.

  • Create and then run a Cargo configuration.

Last modified: 26 May 2024