Function kmp_pattern_search

Source
pub fn kmp_pattern_search(text: &str, pattern: &str) -> Vec<usize>