bobzhang/html_parser/selector does not have a README file
fn SelectorLimits::new(max_match_depth? : Int, max_length? : Int, max_list_items? : Int, max_compound_simple_selectors? : Int, max_complex_selector_parts? : Int, max_parse_depth? : Int, max_match_steps? : Int, max_match_bytes? : Int) -> SelectorLimitsfn is_valid(selector : StringView) -> Boolfn matches_with_limits(node : Node, selector : StringView, limits : SelectorLimits) -> Bool raise HtmlErrorMoonBit HTML parser and sanitizer ported from JustHTML.
Dependencies