Fast Chemail

A Dart library to validate the email as it is defined in the HTML specification. The RFC 5322 is too lax (allowing comments, whitespace characters, and quoted strings in manners unfamiliar to most users) to be of practical use.

Also, has been considered the bounds defined in:

Table of Contents

Install

Add to your 'Cargo.toml' file:

toml [dependencies] fast_chemail = "^0"

and to your crate root:

rust extern crate fast_chemail;

Usage

Read the documentation.

Contribute

The canonical source of this repository is hosted on GitLab. Please make your issues there.

The pull requests are not accepted without filling an issue, to know wheter the changes seem to me right for the project.

Note: this is a free/open source project at zero price built in my spare time, and it is possible that I have not time to solve any issue.

License

© 2016 Jonas Me See the 'AUTHORS.md' file for a full list of authors.

The source files are distributed under the terms of the license Mozilla Public License, version 2.0