1 2 3 4 5 6 7 8 9 10 11
test: cargo test lint: cargo fmt --check cargo clippy --all-targets -- -D warnings fmt: cargo fmt check: lint test