pad

Function pad 

Source
pub fn pad(s: &str, n: usize) -> String
Expand description

This module implements pad and pad_char. Left-pads the string with spaces.