[][src]Function rure::rure_shortest_match

#[no_mangle]
pub extern "C" fn rure_shortest_match(
    re: *const Regex,
    haystack: *const u8,
    len: size_t,
    start: size_t,
    end: *mut usize
) -> bool