Recipes#
Copy-paste configurations for common situations. Each recipe is a small, self-contained snippet with a short explanation. For the underlying model, see Configuration.
- Incompatible features — two features that must never be enabled together.
- Optional dependencies — stop the matrix exploding over optional deps.
- Restrict the matrix — test only an explicit allowlist of configurations.
- Large feature sets — independent feature groups without a combinatorial explosion.
- Per-command differences — build a feature you never test.
- Cross-compilation in CI — check every combination on every target.