Quick start template to use Rust in a coding interview.
- Language services
- Launch profile with debugger support (not tested on Windows)
- Format on save
Make sure you have Rust installed: RustUp
git clone git@github.com:xsznix/interview-starter-rust my-interview
- Open the repo root in VS Code
- Install workspace-recommended extensions
- Go to "Run and Debug" tab
- Click the green arrow at the top to run/debug the program
If not using VS Code, run the program using the command cargo run
.