Crate sauron_html_parser

Source

Enums§

ParseError
all the possible error when parsing html string

Functions§

parse_html
Parse none-escaped html strings like "Hello world!" into a node tree (see also raw_html).
raw_html
Parse escaped html strings like "Hello world!" into "Hello world!" and then into a node tree.