email_reply_parser

Crates.ioemail_reply_parser
lib.rsemail_reply_parser
version0.1.2
sourcesrc
created_at2024-08-24 03:03:43.950931
updated_at2024-08-24 03:03:43.950931
descriptionA library for parsing the reply out of emails
homepage
repositoryhttps://github.com/yourusername/email_reply_parser
max_upload_size
id1349789
size32,538
Joey (jcaffrey)

documentation

README

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:

[dependencies]
email_reply_parser = ".."
Commit count: 0

cargo fmt