1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# nextest-filtering
[](https://crates.io/crates/nextest-filtering)
[](https://docs.rs/nextest-filtering/)
[](https://nexte.st/rustdoc/nextest_filtering/)
[](CHANGELOG.md)
[](LICENSE-APACHE)
[](LICENSE-MIT)
Logic for parsing [filtersets](https://nexte.st/docs/filtersets) used by cargo-nextest.
## Contributing
See the [contributing guide](https://nexte.st/docs/contributing/) 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).
<!--
README.md is generated from README.tpl by cargo readme. To regenerate, run from the repository root:
./scripts/regenerate-readmes.sh
-->
|