Twoway
Fast substring search by two way algorithm
let loc = twoway::find_str("hello there how are you?", "there");
assert_eq!(Some(6), loc);Last updated
let loc = twoway::find_str("hello there how are you?", "there");
assert_eq!(Some(6), loc);Last updated