Audun Skaugen

Results 12 comments of Audun Skaugen

This really hurts the ability to write good Arbitrary impls for complicated data. I'm sure there are lots of examples, but my use case can be reduced to just a...

Just my thoughts here, but `Gen::with_size` seems reasonable here. Maybe even one that takes a closure? I.e., to generate arbitrary vec's with a size parameter of 10: `gen.with_size(10, Vec::arbitrary)` It...