Closed OrangeTux closed 11 months ago
I previously addressed this in #502. I was open to it as part of #549, but that never happened for some reason.
Thanks for linking to those tickets. It's a pity that #549 is stalled. I read through the issue, but I fail to understand the discussion. Therefore, I can't take over #549 and move it forward.
I'll close this issue
First of all, thanks for this library!
I'm adding support for fuzzing to a private project of mine. That requires me to implement the
arbitrary::Arbitrary
(a crate maintained by the rust-fuzz organisation) manually for a few types of this library. I'm happy to upstream these changes into this project. Are you interested?This library implements the
quickcheck::Arbitrary
trait for a few exported types. I'm thinking to implementarbitrary::Arbitrary
for all types that implementquickcheck::Arbitrary
.You can find my current progress in the branch 'arbitrary-support' of my fork.