pub fn truncate_string(s: &str, max_len: usize) -> String
Truncate string to maximum length with ellipsis.