Crate cucumber_rust_codegen

Source
Expand description

Code generation for [cucumber_rust] tests auto-wiring.

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§

WorldInit
Derive macro for tests auto-wiring.