Skip to main content

normalize_email

Function normalize_email 

Source
pub fn normalize_email(email: &str) -> Result<String>
Expand description

Trims and lowercases an email address, then validates it.