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

cargo.bench:
	cargo bench