Integrations with other tools¶
A number of other tools in the Rust ecosystem have integrated with nextest. Some of the more prominent ones are:
- Test coverage with llvm-cov
- The Miri interpreter for Rust
- Criterion benchmarks
- Mutation testing with cargo-mutants
Tip
If your tool integrates with nextest, please feel free to open an issue to discuss including it in this section!