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

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