pub fn pad_left(s: &str, width: usize) -> String
Pad s on the left with spaces to reach at least width chars.
s
width