Would you use this? — fixtura, declarative fake data injection for tests

Writing test setup with fake-rs gets repetitive fast. I'm exploring a proc-macro that injects faked values directly into test arguments so the signature becomes the setup.

Before/after is in the README: fixtura/README.md at 4856b9b0940e9fcec4a1efe59e94bcbd24be5b40 · dsalaza4/fixtura · GitHub

Still in design phase — looking for honest feedback on whether this solves a real pain point or if I'm solving a problem that doesn't exist.