blt / bughunt-rust

QuickCheck bug hunting in Rust standard library data structures
MIT License
160 stars 8 forks source link

use quickcheck_derive #6

Closed llogiq closed 6 years ago

llogiq commented 6 years ago

I recently rewrote it so it can derive Arbitrary for enums. No shrinking yet, but this may come in a future version.

blt commented 6 years ago

This is an interesting idea but would need to be done in terms of the arbitrary crate, at least with the current approach.

llogiq commented 6 years ago

Fine with me.