run: fmt
	cargo run

clippy: fmt
	cargo clippy -- --warn clippy::pedantic

fmt:
	cargo +nightly fmt

build: fmt
	cargo build

test:
	cargo test