pub fn match_list<S1: AsRef<str>, S2: AsRef<str>>( needle: S1, haystacks: &[S2], config: &Config, ) -> Vec<Match>