pub fn split_into_lines(text: &str, width: usize) -> Vec<String>
Split text into lines that fit within the specified width.