This package browser is in early development. Mind the rough edges.

rust-sequoia-rfc2822 0.9.0

RFC 2822 name-addr parser

Currently, this crate only recognizes the RFC 2822 name-addr and addr-spec productions, i.e., things of the form: Name (Comment) <email@example.org> and email@example.org

Although the above appear simple to parse, RFC 2822's whitespace and comment rules are rather complex. This crate implements the whole grammar.

Installation

Install rust-sequoia-rfc2822 0.9.0 as follows:

guix install rust-sequoia-rfc2822@0.9.0

Or install the latest version:

guix install rust-sequoia-rfc2822

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.