James-LG / Skyscraper

Rust library for scraping HTML using XPath expressions
MIT License
31 stars 4 forks source link

feat(xpath): Add query module #42

Closed James-LG closed 3 months ago

James-LG commented 3 months ago

Adds a new query module that has some helpful functions for using xpath expressions, such as find_elements and find_attributes.

Addresses some feature requests from #39.