You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a sealed Haystack trait that is implemented by both &str and &[u8] (with or without &?), and make NewlinePattern operate on implementations of this trait instead of just &str.
Use aho-corasick or memchr to implement this? Write my own micro version of them?
The text was updated successfully, but these errors were encountered:
Add a sealed
Haystack
trait that is implemented by both&str
and&[u8]
(with or without&
?), and makeNewlinePattern
operate on implementations of this trait instead of just&str
.aho-corasick
ormemchr
to implement this? Write my own micro version of them?The text was updated successfully, but these errors were encountered: