Function serde_email::is_valid_email

source ยท
pub fn is_valid_email<S>(raw: S) -> bool
where S: AsRef<str>,
Expand description

Tests if the given string is a valid email or not.

The underlying implementation is by the email_address crate.