Crate html_parser_tarasenko

Crate html_parser_tarasenko 

Source

Structs§

Element
The Element struct represents an HTML element with its tag name, attributes, and child nodes.

Enums§

Node
The Node enum represents either an Element or a text node within the HTML structure.
ParseError
The ParseError enum represents the possible errors that can occur during parsing.
Rule

Functions§

parse
Parses the input with a specific rule.
parse_html
Parses the given HTML input string and returns a vector of Node objects or a ParseError.