rust-project-template

Usage

Navigate to the repo.

$ cd PATH_TO_REPO

View available make commands

$ make help

Format

$ make fmt-fix

Lint

$ make lint

Run unit tests

TODO: Add tests as there are none.

$ make test

Run

Run application.

$ make run