run:
	cargo run

test:
	cargo test

fmt:
	cargo fmt

clippy:
	cargo clippy

build:
	cargo build

doc:
	cargo doc --open