lint-documentation: cargo doc lint-quick: cargo fmt --check clippy: cargo clippy lint-ci: lint-documentation lint-quick clippy test-all: cargo test doc-tests: cargo test --doc ci-test: doc-tests @cargo llvm-cov --all-targets --examples --cobertura --output-path coverage.xml @cargo llvm-cov report --json --summary-only | jq -c '.data[].totals.lines' publish: test-all cargo publish