wafrift-evolution 0.2.3

Genetic algorithm engine, differential analysis, intelligence feedback loop, and WAF-aware advisor.
Documentation
1
2
3
4
5
6
7
8
9
pub mod diversity;
pub mod mutation;
pub mod selection;
pub mod strategies;

pub use diversity::*;
pub use mutation::*;
pub use selection::*;
pub use strategies::*;