idkhtml

Crates.ioidkhtml
lib.rsidkhtml
version0.1.0
sourcesrc
created_at2023-06-19 04:33:23.358721
updated_at2023-06-19 04:33:23.358721
descriptionA blazing fast HTML parser
homepage
repository
max_upload_size
id893801
size11,996
Donghyun Shin (apersomany)

documentation

https://docs.rs/idkhtml

README

IDKHTML

A blazing fast HTML parser that I don't know what to call (HIGHLY WIP!!!)

Performance

It seems to be about 2~3 times faster than tl and lol_html

TODOs

  • Make the parser differentiate between less than signs and opening brackets in script tags
  • Clean up and optimize the inner tag parsing code (it is very dirty atm)
  • Add benchmark image to README
  • Force align buffer
  • Implement on_doctype_tag
  • Implement tree parser (non-priority)
Commit count: 0

cargo fmt