* Fuzz for compatibility with bincode v1 * Make AllTypes recursive * Revert round trip test (add recursion to it too) * Update fuzzer lockfile * Adjust compat fuzzer to be stricter * data doesn't need to be a &&[u8]
* WIP adding fuzzing * Check for round trips (BinaryHeap isn't PartialEq) * Expand globs * Rename fuzzing target