accessibility-rs 0.1.7

Web accessibility engine for Rust.
Documentation
1
2
3
4
5
6
7
8
/// css cache
pub mod css_cache;
/// generic style errors
pub mod errors;
/// layout nodes to re-create bounding elements
pub mod layout;
/// rules to apply to styles
pub mod rules;