Expand description
Procedural macros used by allure-cargotest.
Most users import these macros through allure_cargotest, which re-exports them together with
the cargo-test runtime integration.
Attribute Macrosยง
- allure_
test - Wraps a
cargo testtest function in an Allure test lifecycle. - log_
asserts - Rewrites standard Rust assertions in a function body into Allure assertion log steps.
- step
- Wraps a helper function body in an Allure step.