pub fn pad(s: &str, n: usize) -> String
This module implements pad and pad_char. Left-pads the string with spaces.
pad
pad_char