# Datatest: data-driven tests in Rust
[![crates.io][Crate Logo]][Crate]
[![Documentation][Doc Logo]][Doc]
[![Build Status][CI Logo]][CI]
{{readme}}
# Notes on Rust channel
Currently this crate targets primarily nightly Rust and can break at any time.
It could be compiled on stable by enabling certain feature (see `Cargo.toml`), but using this feature would subvert
any stability guarantees Rust provides.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.
[Crate]: https://crates.io/crates/datatest
[Crate Logo]: https://img.shields.io/crates/v/datatest.svg
[Doc]: https://docs.rs/datatest
[Doc Logo]: https://docs.rs/datatest/badge.svg
[CI]: https://dev.azure.com/commure/datatest/_build/latest?definitionId=3&branchName=master
[CI Logo]: https://dev.azure.com/commure/datatest/_apis/build/status/commure.datatest?branchName=master