I'd like to use bstr, but I don't need the search functions like find_byte and find_byteset that require the memchr dependency. It seems that those functions could be feature-gated, especially since ByteSlice is a sealed trait.
Would you accept a pull request making memchr an optional, default dependency?
I'd like to use
bstr, but I don't need the search functions likefind_byteandfind_bytesetthat require thememchrdependency. It seems that those functions could be feature-gated, especially sinceByteSliceis a sealed trait.Would you accept a pull request making
memchran optional, default dependency?