pub fn truncate(value: &str, max_len: usize) -> String
Truncates a string to a maximum length with ellipsis
value
max_len
A truncated string