1//! Collection of generic rules. 2 3pub mod ability; 4pub mod empty; 5pub mod entropy; 6mod generic; 7pub mod statistic; 8pub mod status;