pub fn truncate_text(text: &str, max_len: usize, ellipsis: &str) -> String
Truncate text to a maximum length (in chars) with an optional ellipsis.