causal-agent / scraper

HTML parsing and querying with CSS selectors
https://docs.rs/scraper
ISC License
1.81k stars 100 forks source link

Re-export Element trait from selectors crate #98

Closed adamreichold closed 1 year ago

adamreichold commented 1 year ago

This is required to use its methods like parent_element from a dependent crate without adding a direct dependency to selectors to that crate.