truncate

Function truncate 

Source
fn truncate(s: &str, max_len: usize) -> String
Expand description

Truncate a string to max length, adding ellipsis if needed.