pub fn lines_containing(src: &str, keyword: &str) -> Vec<String>
Returns a list of lines in a source string that contain a given keyword.