1 2 3 4 5 6 7
//! `LibAFL` version of the [`Nautilus`](https://github.com/nautilus-fuzz/nautilus) grammar fuzzer #![doc = include_str!("README.md")] #[allow(missing_docs)] pub mod grammartec; #[allow(missing_docs)] pub mod regex_mutator;