spider-util
Shared utility crate for spider-lib types and helpers.
This crate is used internally by all workspace crates and is also suitable for custom extensions built on top of the ecosystem.
Installation
[]
= "0.3.3"
What It Provides
- Request and response models:
request,response - Core item types:
item::ScrapedItem,item::ParseOutput - Error types:
error::SpiderError,error::PipelineError - Helpers: selectors, normalization utilities, metrics, bloom filter, and general helpers
Usage
use ;
use Url;
let _request = new;
let mut output = new;
output.add_item;
Related Crates
License
MIT. See LICENSE.