Lokathor / tinyvec

Just, really the littlest Vec you could need. So smol.
https://docs.rs/tinyvec
Apache License 2.0
648 stars 49 forks source link

Fix Arbitrary implementation on ArrayVec #180

Closed e00E closed 1 year ago

e00E commented 1 year ago

I tested this with a custom fuzz setup that isn't part of the PR. The existing fuzz setup is kind of outdated and broken but I don't want to touch it in this PR.

Lokathor commented 1 year ago

This all looks fine. I can merge it unless you think there's something else to do.

e00E commented 1 year ago

Ready to merge from my side.