accessibility-rs 0.1.7

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