html_query_parser 0.1.0

Pure, simple and elegant HTML parser and query selector.
Documentation
1
2
3
4
5
6
7
8
9
# HTML Query Parser

Pure, simple and elegant HTML parser and query selector.

## Todo List

- [x] Parse the document to dom tree.
- [ ] Trim the dom tree out of the text nodes.
- [ ] Query a particular node like `document.querySelector()`