statue 0.3.1

Easier way to query selectors for static HTML pages.
Documentation
1
2
3
4
5
6
7
mod anon_sel_query;
mod expl_kind_sel_query;
mod impl_kind_sel_query;

pub(crate) use anon_sel_query::AnonSelQuery;
pub(crate) use expl_kind_sel_query::ExplKindSelQuery;
pub(crate) use impl_kind_sel_query::ImplKindSelQuery;