pub fn ellipsis_str(s: &str, max_len: usize) -> String
Truncate a string with “…” if it exceeds maxLen (char-safe).