Function split_string_on_spaces

Source
pub fn split_string_on_spaces(s: &str, line_length: usize) -> Vec<&str>