Answers for "run rust in vscode"

0

run rust in vscode

Open a terminal in VSC using Ctrl+Shift+Tilde
Type cargo run

OR

Install the rust-analyzer extension
Click the run button above your main function
Posted by: Guest on July-31-2021

Browse Popular Code Answers by Language