5 releases

0.2.4 Dec 10, 2020
0.2.3 Dec 10, 2020
0.2.2 Dec 10, 2020
0.2.1 Dec 9, 2020
0.1.0 Dec 9, 2020

#96 in #html-parser

GPL-3.0-only

190KB
342 lines

RustHtml - a small html parser

About The Project

RustHtml is a small html parser written in rust.

Warning: this library is not production-ready. Many of the tags and standard are not implemented (mainly located in tag_optimize()). PRs are welcomed.

Completed & planned features:

  • Parse simple html
  • Parse html with void elements
  • Parse html with javascript
  • Parse html with complicated elements (such as html without head ending tag, etc)

Benchmarking

Run cargo bench to benchmark the program.

On my local device, parsing a 43833 lines html requires 18.697 ms to complete

License

Distributed under the GPL-3.0-Only License. See LICENSE for more information.

No runtime deps