Skip to main content

MAX_EMAIL_LEN

Constant MAX_EMAIL_LEN 

Source
const MAX_EMAIL_LEN: usize = 500;
Expand description

Upper bound on an email address length, applied before canonicalization so a pathological input cannot drive unbounded work.