BurntSushi / quickcheck

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

feat: support arbitrary arrays #319

Open aatifsyed opened 1 year ago

aatifsyed commented 1 year ago

Uses std::array::from_fn, which was introduced in Rust 1.63.0, ~1 year ago

aatifsyed commented 7 months ago

@BurntSushi any interest in merging this?