# cucumber-rust
[](https://docs.rs/cucumber_rust)
[](https://github.com/bbqsrc/cucumber-rust/actions)
An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
- [Changelog](CHANGELOG.md)
## Usage
See our [example repository](https://github.com/bbqsrc/cucumber-rust-example).
### Supporting crates
The full gamut of Cucumber's Gherkin language is implemented by the
[gherkin-rust](https://github.com/bbqsrc/gherkin-rust) project. Most features of the Gherkin
language are parsed already and accessible via the relevant structs.
### License
This project is 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.