test:
	cargo test

build:
	cargo build

lint:
	cargo clippy

