1
2
3
4
5
6
7
//! Collection of generic rules.

pub mod ability;
pub mod empty;
pub mod entropy;
mod generic;
pub mod statistic;