lithtml 0.8.0

A lightweight and fast HTML parser for Rust, designed to handle both full HTML documents and fragments efficiently.
Documentation
---
source: tests/document.rs
expression: dom
---
{
  "treeType": "document",
  "children": [
    "comment",
    "comment",
    "comment",
    "comment",
    {
      "name": "html",
      "variant": "normal",
      "children": [
        "comment"
      ]
    },
    "comment",
    "comment"
  ]
}