Quickstart for new Rust projects Useful just commands: just run: run the binary in release mode just test: run the unit tests, doc tests (will fail if there is no library) just delete: delete local git branches that have been merged to master