format:
	cargo fmt
lints:
	cargo clippy --workspace --all-targets -- -D warnings
test:
	cargo test

bench:
	cargo bench