Constantsยง
- MAX_
EMAIL_ ๐LEN - Upper bound on an email address length, applied before canonicalization so a pathological input cannot drive unbounded work.
Functionsยง
- canonicalize_
email - Canonicalizes an email address for storage and matching.
- case_
fold ๐ - Per-character Unicode case fold.
char::to_lowercasecovers the common path; the full-fold expansions it omits (the German sharp s being the one that matters for email) are mapped explicitly.