1/// the rule to follow
2pub mod rule;
3/// the techniques to adhere principles and guidelines
4pub mod techniques;
5/// utilities to help rules.
6pub mod utils;
7/// the base of the wcag set
8pub mod wcag_base;
9/// rules to map to
10pub mod wcag_rule_map;