Skip to main content

find_bytes2

Function find_bytes2 

Source
pub fn find_bytes2(
    haystack: &[u8],
    needle1: u8,
    needle2: u8,
    start: usize,
) -> Option<(usize, u8)>
Expand description

Find any of 2 delimiters