| Crates.io | email_reply_parser |
| lib.rs | email_reply_parser |
| version | 0.1.2 |
| created_at | 2024-08-24 03:03:43.950931+00 |
| updated_at | 2024-08-24 03:03:43.950931+00 |
| description | A library for parsing the reply out of emails |
| homepage | |
| repository | https://github.com/yourusername/email_reply_parser |
| max_upload_size | |
| id | 1349789 |
| size | 32,538 |
Ported from https://github.com/zapier/email-reply-parser
use email_reply_parser::EmailReplyParser;
EmailReplyParser::parse_reply(&body)
Add this to your Cargo.toml:
[dependencies]
email_reply_parser = ".."