Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.22 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.22 KB

Email Address Parser

crate version crate download count npm version npm download build status

An RFC 5322 (without display name support), and RFC 6532 compliant email address parser made with pest parser. This repository contains a rust crate as well as a wrapper WebAssembly module.

Out of scope

Note that this packages is only for parsing email addresses. It does not support parsing email addresses with display name, such as the following: John Doe <john@doe.com>.