1 个不稳定版本
新版本 0.1.2 | 2024年8月24日 |
---|
#104 在 电子邮件 中
12KB
134 行
Rust的电子邮件回复解析器。
从 https://github.com/zapier/email-reply-parser 转移而来
用法
use email_reply_parser::EmailReplyParser;
EmailReplyParser::parse_reply(&body)
安装
将以下内容添加到您的 Cargo.toml 中
[dependencies]
email_reply_parser = ".."
依赖项
~2.4–3.5MB
~60K SLoC