scrapey 0.1.0

A basic library for tokenising HTML and generating a node tree with some basic utility functions
Documentation
  • Coverage
  • 5%
    9 out of 180 items documented0 out of 31 items with examples
  • Size
  • Source code size: 48.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DoctorSulla/scrapey
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DoctorSulla

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.