split_string

Function split_string 

Source
pub fn split_string(text: &str, max_line_length: Option<usize>) -> Vec<String>