Crate midpad

Source

Functionsยง

leftpad
Create a new Vec<String> that has been left-padded.
leftpad_in_place
Modify a mutable slice of Strings in-place to make it left-padded.
midpad
Create a new Vec<String> that has been middle-padded.
midpad_in_place
Modify a mutable slice of Strings in-place to make it middle-padded.
rightpad
Create a new Vec<String> that has been right-padded.
rightpad_in_place
Modify a mutable slice of Strings in-place to make it right-padded.