* Move all unnecessary std uses to core,alloc
* More
* more fix
* more
* more
* Remove libafl-fuzz grimoire
* more
* more
* more cleanup
* remove bins
* fix
* more fix
* Add statistics entity. Move client stats from Monitor to EventManager
* Fix warning in no_std
* Make rustfmt happy
* Fix more
* Fix with feature tcp_manager on
* Rename more introspection monitor; Remove unnecessary client_stats
* Fix unused import for no_std
* Fix unused import for prometheus_monitor feature on
* Cleanup docs
* 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