a11ywatch_cli 0.10.15

A11yWatch web accessibility CLI.
1
2
3
4
5
#[cfg(feature = "litemode")]
pub mod client;

#[cfg(feature = "litemode")]
pub(crate) use self::client::{crawl, scan};