Skip to content

Instantly share code, notes, and snippets.

@m0hadang
Last active February 17, 2024 13:42
Show Gist options
  • Select an option

  • Save m0hadang/ab918446c6f6bfb168cd55e5195fee87 to your computer and use it in GitHub Desktop.

Select an option

Save m0hadang/ab918446c6f6bfb168cd55e5195fee87 to your computer and use it in GitHub Desktop.
cargo command cheat sheet

cargo command cheat sheet

cargo new hello-rust
cargo new prob1 --lib
cargo test
cargo run
cargo check
cargo fmt
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment