Skip to content

Rust plugin


In its core, the Rust plugin is a fancy wrapper around the File System Workspace

Prerequisites


Create a new workspace


Similar to any other Workspace:

  • From the main menu bar, choose FileNewNew workspace
  • Choose the Rust workspace
  • Choose the folder for the workspace.
  • Give the workspace a name (rust recommendations are to use snake_case naming conventions)
  • Once everything is installed, click F7 to build the skeleton main.rs file created
Back to top