alex wennerberg 7f97665afb Rename README
2024-01-19 21:13:01 -05:00
2022-09-24 15:43:54 +03:00
2021-12-19 08:55:34 -08:00
2022-09-24 14:05:25 +03:00
2022-09-24 10:01:07 -07:00
2022-01-17 10:29:42 -08:00
2024-01-19 21:13:01 -05:00

nanohtml2text
=============

0-dependency library to convert HTML to text; an alternative to
[html2text](https://crates.io/crates/html2text) that doesn't use a full
browser-grade HTML parser

Based on [this go html2text library](https://github.com/k3a/html2text)

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](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 [me](mailto:alex@alexwennerberg.com)
Description
Languages
Rust 100%