| Crates.io | scrapey |
| lib.rs | scrapey |
| version | 0.1.0 |
| created_at | 2025-08-30 17:05:45.769255+00 |
| updated_at | 2025-08-30 17:05:45.769255+00 |
| description | A basic library for tokenising HTML and generating a node tree with some basic utility functions |
| homepage | |
| repository | https://github.com/DoctorSulla/scrapey |
| max_upload_size | |
| id | 1817768 |
| size | 48,686 |
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.