Skip to content

Commit

Permalink
Switch from rcdom to lol_html
Browse files Browse the repository at this point in the history
This is both more efficient and easier to read. It does introduce a ton
of dependencies, but fortunately compile times are about the same as
before.
  • Loading branch information
jyn514 committed Nov 10, 2020
1 parent fd46075 commit 0142351
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 146 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
#### Changes

* Switch from `reqwest` to `ureq` for HTTP-checking, cutting down the number of dependencies by almost a third. [PR#95]
* Switch from `html5ever` to `lol_html`, making the code much easier to modify. [PR#86]

[PR#86]: https://github.com/deadlinks/cargo-deadlinks/pull/86
[PR#95]: https://github.com/deadlinks/cargo-deadlinks/pull/95

<a name="0.4.2"></a>
Expand Down
Loading

0 comments on commit 0142351

Please sign in to comment.