

build:
	cargo build

test:
	cargo test -- --nocapture

bench:
	cargo bench