Crate scraper_main[][src]

Re-exports

pub use xpather;

Structs

Document

Enums

Error
Node
Value

Traits

ConvertFromValue

Allows for Conversion from Option<Value> into another.

ScraperMain

Used to scrape data for a struct.

Functions

evaluate

A simple document evaluation fn. Mainly defined for macros. Allows for evaluating from the Document for from the Node in the document.

value_to_string

Convert Value to an Optional String.

value_to_string_vec

Convert Value to a Vec of Strings.

Type Definitions

Result