Skip to main content

center

Function center 

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

Center s within width characters, padding with spaces.

If padding is odd, the extra space goes on the right.