Macros§
Structs§
Enums§
Functions§
- parse_
html - parse_
html_ block - parse html from start to end and return (tag, attributes, innerHtml)
- read_
token - A “simple” streaming html parser function. This is a fairly simplified way of parsing html ignoring a lot of edge cases and validation normally seen when parsing html.
- to_
attributes - Utility function to convert iteratables into attributes hashmap