This repo provides the default template I use when starting a rust project.
make init # Init dev environment using rustup
make lint test # Run lints and testsmake run # Local run with debug binary
make install # Create release binary and install at ~/bin