bobzhang/html_parser/core does not have a README file
pub(all) suberror HtmlError {
StrictMode(ParseError)
InvalidSerialization(String)
UnsafeHtml(String)
SelectorError(String)
} derive(Eq, Debug)fn ParseError::new(code : String, line? : Int, column? : Int, category? : String, message? : String) -> ParseErrorfn parser_error_category(code : StringView) -> StringMoonBit HTML parser and sanitizer ported from JustHTML.
Dependencies