//! Validate different data types.
//!
//! This library is realy simple: give a `&str` as an argument and return a `bool`.
//!
//! # Example
//! ```
//! if dator::domain("example.com") {
//! // valid domain
//! }
//! ```
pub use domain;
pub use ;
pub use email;