Skip to content

Instantly share code, notes, and snippets.

@RobbieMcKinstry
Created September 15, 2018 05:24
Show Gist options
  • Save RobbieMcKinstry/1b12d014a60761bf711d44fe7732dc9c to your computer and use it in GitHub Desktop.
Save RobbieMcKinstry/1b12d014a60761bf711d44fe7732dc9c to your computer and use it in GitHub Desktop.
Common commands for working with Rust
# Type and borrow check your code without generating the binary.
# This will dramatically speed up compilation since it doesn't
# produce a binary
cargo check
# Run your tests
cargo test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment