chiark / gitweb /
Abandon html2text and try html5ever.
authorSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 18:26:56 +0000 (18:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 19:31:19 +0000 (19:31 +0000)
commit2cd9c0c91939c7f763db6a9ba0a7003a4947a9e9
tree463d2b1e562be3fb97b3f6b15169835631bce9b0
parentc8cb6864943ebb028b6119588128bbe4d26b814d
Abandon html2text and try html5ever.

I _think_ this gets me a tree structure containing the HTML DOM. Now I
have to do the same formatting and wrapping that I'm doing in the
Python version, but that really should just be a matter of conversion.
Cargo.toml
src/html.rs
src/main.rs