all: build test format

build:
	cargo build

test:
	cargo test

format:
	cargo fmt
