Re-exports§
pub use xpather;
Structs§
Enums§
Traits§
- Convert
ToValue - Allows for Conversion from ProduceIter into another.
- Scraper
Main - 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§
Derive Macros§
- Scraper
- The macro which converts a struct or tuple into one which is able to be scraped easily.