Overview of Nextest components
mainNextest is a next-generation test runner for Rust. The repository consists of the following primary components:
- cargo-nextest: A faster Cargo test runner.
- nextest-runner: The core logic used by
cargo-nextest. - nextest-metadata: A library designed for calling
cargo-nextestvia the command line. - nextest-filtering: A parser and evaluator for filtersets.