html_query_parser 0.3.1

Pure, simple and elegant HTML parser and query selector.
Documentation
1
2
3
4
pub const VOID_TAGS: [&str; 15] = [
    "area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param",
    "source", "track", "wbr",
];