Crate cucumber_codegen

Source
Expand description

§cucumber-codegen crate

crates.io Rust 1.75+ Unsafe Forbidden
CI Rust docs

Code generation for cucumber tests auto-wiring.

DO NOT use it directly, use cucumber crate instead.

§License

This project is licensed under either of

at your option.

Attribute Macros§

given
Attribute to auto-wire the test to the World implementer.
then
Attribute to auto-wire the test to the World implementer.
when
Attribute to auto-wire the test to the World implementer.

Derive Macros§

Parameter
In addition to default parameters of Cucumber Expressions, you may implement and use custom ones.
World
Derive macro for implementing a World trait.