2 个稳定版本

使用旧 Rust 2015

1.0.1 2019年3月21日
1.0.0 2017年3月27日

文本处理 中排名第 1525

Download history 155/week @ 2023-11-29 135/week @ 2023-12-06 216/week @ 2023-12-13 211/week @ 2023-12-20 96/week @ 2023-12-27 130/week @ 2024-01-03 232/week @ 2024-01-10 195/week @ 2024-01-17 147/week @ 2024-01-24 88/week @ 2024-01-31 178/week @ 2024-02-07 241/week @ 2024-02-14 226/week @ 2024-02-21 234/week @ 2024-02-28 233/week @ 2024-03-06 178/week @ 2024-03-13

每月下载量 897
9 个 Crates 中使用(通过 webgl_generator

MIT 许可证

15KB
360

html2runes

Build Status

一个用 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