Crate scraper_main

Source

Re-exports§

pub use xpather;

Structs§

Document
ProduceIter

Enums§

Error
Node
Value

Traits§

ConvertToValue
Allows for Conversion from ProduceIter into another.
ScraperMain
Used to scrape data for a struct.

Functions§

evaluate
A simple Document evaluation fn.
value_to_string
Converts Value to an Result<String>.
value_to_string_vec
Converts Value to Vec<String>.

Type Aliases§

Result

Derive Macros§

Scraper
The macro which converts a struct or tuple into one which is able to be scraped easily.