mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-08 15:30:59 +00:00
html5gum is a HTML parser that offers lower-level control over which tokens actually get created and are tracked. As such, the extractor doesn't allocate anything tokens it doesn't care about. On some benchmarks it provides a substantial performance boost. The old parser, html5ever is still available by setting the `LYCHEE_USE_HTML5EVER=1` env var. |
||
|---|---|---|
| .. | ||
| html.rs | ||
| html5gum.rs | ||
| markdown.rs | ||
| mod.rs | ||
| plaintext.rs | ||