BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Simplify Arbitrary macros for tuples #225

Closed kurnevsky closed 5 years ago

kurnevsky commented 5 years ago

Current macro is overcomplicated - it's possible to do the same much easier.