Description
Runs Cargo commands across feature combinations, package selections, and CI-focused scenarios. It helps Rust maintainers check that crates build and test correctly under more than one configuration.
Use it for libraries and workspaces where optional features matter. Broad test matrices can be slow, so keep local and CI profiles aligned with the project's risk.