move the fuzzer to its own crate

This commit is contained in:
Tamo
2023-05-29 12:27:39 +02:00
parent 002f42875f
commit 6c6387d05e
8 changed files with 531 additions and 396 deletions

3
fuzzers/README.md Normal file
View File

@ -0,0 +1,3 @@
# Fuzzers
The purpose of this crate is to contains all the handmade "fuzzer" we may need.