This repo is where I will be following along with The Rust Programming Language book, A.K.A. "The Book".
Creates a new project set up with cargo
Compiles you project and puts a binary in target/debug/
Will compile and then run the generated binary
Checks to see if the code compiles
Compiles the code with optimizations. It creates a binary in target/release/
.
Generates documentation for all of your dependencies locally.