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")] /// Grammartec module pub mod grammartec; /// Regex mutator module pub mod regex_mutator;