pub fn pad_to_width(s: &str, width: usize) -> String
Pad (or truncate) a string to a given visible width.