// Copyright 2016 Jonas Me
// See the 'AUTHORS' file at the top-level directory for a full list of authors.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//! Package fast_chemail validates the email as it is defined in the HTML specification.
// missing_docs,
extern crate ascii_utils;
pub use *;
pub use *;