Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 169 Bytes

cargo-commands.md

File metadata and controls

6 lines (6 loc) · 169 Bytes
  • cargo new
  • cargo build
  • cargo check.
  • cargo build --release
  • cargo doc --open
  • cargo update (updates dependencies by checking the semantic version)