pub fn wrap_text(text: &str, max_chars: usize) -> Vec<String>
Word-wrap text to at most max_chars per line.
text
max_chars