rust-project-template

Installation

TODO: Delete any sections not needed.

Project requirements

TODO: Add content here.

Install hooks

$ make hooks

Install system dependencies

Install Rust - see the install page in the docs.

Install project dependencies

You can skip this step - crates will be installed when they need to be run.

$ make install

You may continue to the Usage doc or continue here.

Upgrade dependencies

$ make upgrade