Fix plaintext readme for crates.io

This commit is contained in:
alex wennerberg
2022-01-08 17:16:20 -08:00
parent 338b29b427
commit 411c937643
3 changed files with 3 additions and 3 deletions

25
README
View File

@@ -1,25 +0,0 @@
nanohtml2text
=============
0-dependency library to convert HTML to text; an alternative to
https://crates.io/crates/html2text that doesn't use a full browser-grade HTML
parser
Based on https://github.com/k3a/html2text -- basically a line-for-line rewreite
Primarily useful for displaying HTML emails. 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:
https://crates.io/crates/nanohtml2text
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 my mailing list:
https://lists.flounder.online/patches/