2 个稳定版本
使用旧 Rust 2015
1.0.1 | 2019年3月21日 |
---|---|
1.0.0 | 2017年3月27日 |
在 文本处理 中排名第 1525
每月下载量 897
在 9 个 Crates 中使用(通过 webgl_generator)
15KB
360 行
html2runes
一个用 Rust 编写的 HTML 到文本转换程序。例如,可以将仅包含 HTML 的电子邮件转换为纯文本。
构建
cargo build --release
运行
html2runes
从 STDIN 读取 HTML 并在 STDOUT 上输出纯文本(目前仅支持 markdown)
cat bad.html | target/release/html2runes
结果
Text without a paragraph
Text inside paragraph
paragraph again
new line but no ending tags yet and here comes a bull shit token BLA TEXT which should be ignored, and here comes an image ![no alt text](bla.png)invalid image txt
[I am the link text](http://google.com)
依赖项
~4MB
~67K SLoC