Expand description
A new, faster test runner for Rust.
For documentation and usage, see the nextest site.
§Installation
While you can install cargo-nextest from source, using the pre-built binaries is recommended. See Pre-built binaries on the nextest site for more information.
Structs§
- Cargo
Nextest App - A next-generation test runner for Rust.
- Test
Runner Opts - Test runner options.
Enums§
- Extract
Output Format - Output format for
nextest debug extract.