Rust initial setup & commands
/cargo new sample # create a new project with name sample
It will create directory structure as below-

/ cd sample
/ cargo run # run a project
Search for a command to run...
/cargo new sample # create a new project with name sample
It will create directory structure as below-

/ cd sample
/ cargo run # run a project