Closed aumetra closed 1 month ago
We used to use the scraper library, which (while it works great) pulls in the html5ever crate, which is unnecessary overhead.
scraper
html5ever
We replace the scraper library with a small custom built library to scrape our HTML.
We used to use the
scraper
library, which (while it works great) pulls in thehtml5ever
crate, which is unnecessary overhead.We replace the
scraper
library with a small custom built library to scrape our HTML.