* Completely remove Input as an associated type in multiple traits
* Unify usage of Input as generic instead
* Remove many unused bounds, in particular HasCorpus
* fix multiple generic ordering
* update and fix CONTRIBUTING.md
* update MIGRATION
* use the same generic input type for new / with_max_iterations to make typing easier in most cases.
* Restore libafl_libfuzzer test in CI
* doc: fixed instruction in CONTRIBUTING.md
* Added note for windows users
* fix: Added corpus for dynamic_analysis fuzzer
* fix for calling the clippy script on windows
* Fixed path oversight in previous commit