todo comment

This commit is contained in:
Andrea Fioraldi 2020-12-16 13:59:16 +01:00
parent dd6200b711
commit 617539425d

View File

@ -8,6 +8,9 @@ use crate::inputs::Input;
use crate::utils::Rand; use crate::utils::Rand;
use crate::AflError; use crate::AflError;
// TODO mutator stats method that produces something that can be sent with the NewTestcase event
// We can use it to report which mutations generated the testcase in the broker logs
/// A mutator takes input, and mutates it. /// A mutator takes input, and mutates it.
/// Simple as that. /// Simple as that.
pub trait Mutator<C, I, R> pub trait Mutator<C, I, R>