scrapey 0.1.0

A basic library for tokenising HTML and generating a node tree with some basic utility functions
Documentation
1
2
3
4
5
**Overview**

A simple crate which only depends on the standard library and provides the ability to tokenise an HTML document and build a tree of nodes.

This project was created mainly as a learning exercise and should not be used for production workloads. There are almost certainly a number of edge cases which this library will not handle.