wafrift-evolution 0.2.11

Genetic algorithm engine, differential analysis, intelligence feedback loop, and WAF-aware advisor.
Documentation
1
2
3
4
5
6
7
pub mod core;
pub mod stats;
pub mod summary;

pub use core::*;
pub use stats::*;
pub use summary::*;