Module core::slice::memchr [−][src]
🔬 This is a nightly-only experimental API. (slice_internals)
exposed from core to be reused in std; use the memchr crate
This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Pure rust memchr implementation, taken from rust-memchr