# cargo-nextest
[](https://crates.io/crates/cargo-nextest)
[](https://docs.rs/cargo-nextest/)
[](https://nexte.st/rustdoc/cargo_nextest)
[](https://nexte.st/CHANGELOG)
[](LICENSE-APACHE)
[](LICENSE-MIT)
A new, faster test runner for Rust.
For documentation and usage, see [the nextest site](https://nexte.st).
## Installation
While you can install cargo-nextest from source, using the pre-built binaries is recommended.
See [Pre-built binaries](https://nexte.st/book/pre-built-binaries) on the nextest site
for more information.
## Contributing
See the [CONTRIBUTING](../CONTRIBUTING.md) file for how to help out.
## License
This project is available under the terms of either the [Apache 2.0 license](../LICENSE-APACHE) or
the [MIT license](../LICENSE-MIT).