The generated Makefile exposes these public targets:
make allruns formatting checks, linting, and tests.make check-fmtverifies Rust formatting.make lintruns rustdoc, Clippy, and Whitaker with warnings denied.make testrunscargo nextest runwhen cargo-nextest is installed and falls back tocargo testotherwise. Becausecargo nextest rundoes not execute doctests, a nextest-backedmake testrun skips them; runcargo test --docseparately as a required additional step when nextest is present.make buildbuilds the debug target.make releasebuilds the release target.make coveragewriteslcov.infousingcargo llvm-covandlld.make markdownlintchecks Markdown files.make nixievalidates Mermaid diagrams.
Install clang, lld, and mold before running the full generated workflow
locally on Linux.