d3806f8c0d194395e6c9e53d95d280f2a1ff69f8
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. Usage: use nanohtml2text::html2text; let s = "<b>Hacker mode</b>" assert_eq!(&html2text(s), "Hacker mode") contributing ------------ https://alex.flounder.online/tech/contribute.gmi gemini://alex.flounder.online/tech/contribute.gmi
Description
Languages
Rust
100%