#[allow(dead_code)] pub fn convert_to_string_slice(content: &str) -> Vec<&str> { content.lines().collect() }