accessibility-rs 0.1.7

Web accessibility engine for Rust.
Documentation
1
2
3
4
5
6
7
8
/// Audit utils
pub mod audit_utils;
/// the auditor
pub mod auditor;
/// the node tree
pub mod tree;
/// WCAG audit
pub mod wcag;