Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 259 Bytes

File metadata and controls

11 lines (5 loc) · 259 Bytes

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