Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 367 Bytes

Rust Example Project

  • Example Simple Rust Program

Install Rust

Install Rust Extension in Visual Studio Code

  • rust-analyzer

Manual Compile/Run

  • Visual Studio code has a run icon in the source code you can click to compile/run software and tests.
  • Execute this command to manually run/build: cargo run