Integrations with other tools¶
Nextest integrates with a number of other tools in the Rust ecosystem and beyond:
- Test coverage with llvm-cov
- The Miri interpreter for Rust
- Criterion benchmarks
- Mutation testing with cargo-mutants
- USDT probes with bpftrace and DTrace
Tip
If your tool integrates with nextest, please feel free to open an issue to discuss including it in this section!