#html-parser #html-text #plain-text #convert-html #html

bin+lib nanohtml2text

A zero-dependency library to convert HTML to plain text

8 releases

0.2.1 Oct 8, 2024
0.2.0 Oct 4, 2024
0.1.5 Sep 28, 2024
0.1.4 Sep 24, 2022
0.1.2 Jan 13, 2022

#6 in #html-text

Download history 270/week @ 2024-07-15 184/week @ 2024-07-22 268/week @ 2024-07-29 196/week @ 2024-08-05 190/week @ 2024-08-12 266/week @ 2024-08-19 315/week @ 2024-08-26 312/week @ 2024-09-02 169/week @ 2024-09-09 166/week @ 2024-09-16 519/week @ 2024-09-23 383/week @ 2024-09-30 424/week @ 2024-10-07 274/week @ 2024-10-14 105/week @ 2024-10-21 165/week @ 2024-10-28

989 downloads per month
Used in 10 crates (4 directly)

MIT license

77KB
2.5K SLoC

nanohtml2text

0-dependency library to convert HTML to text; an alternative to html2text that doesn't use a full browser-grade HTML parser

Based on this go html2text library

Primarily useful for displaying HTML emails as text. YMMV depending on the structure of the HTML you're trying to convert.

This library has one function, html2text, which takes a an html &str and returns a plain text String

On crates.io

Comes with a command line utility in main.rs to process from stdin if you want to test/experiment with it

Contributing

git-send-email or git-request-pull to me

No runtime deps