pub fn puffed_out_string(s: &str, size: usize) -> String
Expand description

Pads the string to the desired size with 0u8s. NOTE: it is assumed that the string’s size is never larger than the given size.