edtest_macros 0.7.0

Procedural macros for the `edtest` crate.
Documentation
1
2
3
4
5
6
7
# Easy Desktop Test — Macros

This crate contains the proc‑macro implementation backing the user‑facing `edtest` crate.

You normally don't depend on this crate directly. Instead, add `edtest` as a dev‑dependency and use the `edtest::rstest` attribute macro in your tests.

See `crates/edtest/README.md` for usage and examples.