cucumber-codegen 0.10.0

Code generation for `cucumber` crate.
Documentation
`cucumber-codegen` crate
========================

[![Documentation](https://docs.rs/cucumber-codegen/badge.svg)](https://docs.rs/cucumber-codegen)
[![Actions Status](https://github.com/cucumber-rs/cucumber/workflows/CI/badge.svg)](https://github.com/cucumber-rs/cucumber/actions)
[![Rust 1.54+](https://img.shields.io/badge/rustc-1.54+-lightgray.svg "Rust 1.54+")](https://blog.rust-lang.org/2021/07/29/Rust-1.54.0.html)
[![Unsafe Forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance)

- [Changelog]https://github.com/cucumber-rs/cucumber/blob/main/codegen/CHANGELOG.md

Code generation for [`cucumber`] tests auto-wiring.

DO NOT use it directly, use [`cucumber`] crate instead.




## License

This project is licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE]https://github.com/cucumber-rs/cucumber/blob/main/LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT]https://github.com/cucumber-rs/cucumber/blob/main/LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.




[`cucumber`]: https://docs.rs/cucumber