Email reply parser for Rust.
Ported from https://github.com/zapier/email-reply-parser
Usage
use email_reply_parser::EmailReplyParser;
EmailReplyParser::parse_reply(&body)
Installation
Add this to your Cargo.toml:
[]
= ".."
Ported from https://github.com/zapier/email-reply-parser
use email_reply_parser::EmailReplyParser;
EmailReplyParser::parse_reply(&body)
Add this to your Cargo.toml:
[]
= ".."