You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a pretty good fuzzing setup for TinyVec and ArrayVec types that has found anumberofbugs. We should extend this to cover SliceVec and ArraySet types as well.
Right now we have a pretty good fuzzing setup for TinyVec and ArrayVec types that has found a number of bugs. We should extend this to cover SliceVec and ArraySet types as well.
SliceVec fuzzing harness is going to be mostly identical to that of ArrayVec. As for ArraySet, rutenspitz ships with plenty of examples for testing map types: https://github.com/jakubadamw/rutenspitz/tree/master/examples/src
The text was updated successfully, but these errors were encountered: