find_all_patterns

Function find_all_patterns 

Source
pub fn find_all_patterns(haystack: &[u8], needle: &[u8]) -> Vec<usize>
Expand description

Find all occurrences of a pattern in a byte slice.