html5tokenizer

This library is a fork of the tokenizer from [html5ever] with the following changes:

If you want to parse HTML into a tree (DOM) you should by all means use html5ever, this crate is merely for those who only want an HTML5 tokenizer and seek to minimize their build dependencies (html5ever pulls in 56).

Credits

Thanks to the developers of html5ever for their awesome parser!