fmt_check:
	rustfmt --check src/* examples/* tests/*
test:
	cargo test

