pub fn truncate_string(input: String, max_len: usize) -> String
Expand description

Safe way to truncate string.