pub fn pad_right(s: &str, target: usize) -> String
Pad a string to target visual width with spaces on the right. If the string exceeds target, it is visually truncated.
target