Cleanup readme

This commit is contained in:
alex wennerberg
2022-01-18 12:41:12 -08:00
parent 4fab906c7a
commit fd7383cdba

View File

@@ -7,8 +7,9 @@ parser
Based on https://github.com/k3a/html2text
Primarily useful for displaying HTML emails. YMMV depending on the structure of
the HTML you're trying to convert.
Primarily useful for displaying HTML emails as text. YMMV depending on the
structure of the HTML you're trying to convert. Built for the needs of
Crabmail: https://git.alexwennerberg.com/crabmail/
This library has one function, html2text, which takes a an html &str and
returns a plain text String
@@ -16,7 +17,7 @@ returns a plain text String
on crates.io:
https://crates.io/crates/nanohtml2text
comes with a command line utility in main.rs to process from stdin if you want
Comes with a command line utility in main.rs to process from stdin if you want
to test/experiment with it
Contributing