causal-agent / scraper

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

Bump cssparser to 0.28 and selectors to 0.23. #99

Closed adamreichold closed 1 year ago

adamreichold commented 1 year ago

Minimal code changes to make the test suite pass, mostly wrapping String and LocalName so that the ToCss trait can be implemented for them.

cfvescovo commented 1 year ago

Excellent work! Thank you @adamreichold, I really appreciate your contributions!

cfvescovo commented 1 year ago

Fixes #89