scrapey

Crates.ioscrapey
lib.rsscrapey
version0.1.0
created_at2025-08-30 17:05:45.769255+00
updated_at2025-08-30 17:05:45.769255+00
descriptionA basic library for tokenising HTML and generating a node tree with some basic utility functions
homepage
repositoryhttps://github.com/DoctorSulla/scrapey
max_upload_size
id1817768
size48,686
Matt (DoctorSulla)

documentation

README

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.

Commit count: 18

cargo fmt