Skip to main content

weasel/rules/
mod.rs

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