kuniga.me > Docs > Cargo Cheatsheet
MacOS
brew install rust
mkdir my_project cd my_project cargo init
cargo build
cargo run