Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.41 KB

File metadata and controls

16 lines (12 loc) · 1.41 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 implemented in Rust with a nom-based parser. This repository contains a rust crate as well as npm packages under ./npm-packages: WebAssembly and Regex. Benchmark summaries for releases are tracked in Performance.md.

Out of scope

Note that this package 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>.