HTML parsing and querying with CSS selectors.
# Cargo.toml
[dependencies]
scraper = "0.27.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses HTML and selects all <p> elements.
Use Selector::parse() with proper error handling (unwrap or match).
No dependency data recorded yet.