web-scrape

Crates.ioweb-scrape
lib.rsweb-scrape
version0.9.0-rc.1
created_at2025-01-19 13:38:25.164298+00
updated_at2026-01-19 14:13:50.898303+00
descriptionThis library aids in scraping data from the web.
homepagehttps://github.com/nikdeapen/web-scrape
repositoryhttps://github.com/nikdeapen/web-scrape
max_upload_size
id1522823
size75,611
Nik Deapen (nikdeapen)

documentation

README

web-scrape

This library aids in scraping data from the web.

Features & Dependencies

web-scrape = "0.9.0-rc.1"

There are currently no optional features.

Dependencies

bytes           # for data downloading
clerr           # for error reporting
colored         # for error reporting
enc             # for web-cache file-name encoding
file-storage    # for web-caching
web-url         # for url representation
reqwest         # for data sourcing
scraper         # for scraping
Commit count: 7

cargo fmt