Function twoway::find_bytes[][src]

pub fn find_bytes(text: &[u8], pattern: &[u8]) -> Option<usize>
Expand description

find_bytes finds the first ocurrence of pattern in the text.

Uses the SSE42 version if it is available at runtime.