Would you use this? โ€” fixtura, declarative fake data injection for tests

โš“ Rust    ๐Ÿ“… 2026-05-06    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 1      

surdeus

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: GitHub - 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.

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed