check:
	cargo fmt -- --check
	cargo clippy --locked --all-targets --all-features -- -D warnings
	cargo test --locked
	cargo build --locked --release
