pub fn curtail_string(s: &str, length: usize) -> String
Expand description

Trim a string nicely to length.