Module nom::lib::std::slice::memchr [−][src]
🔬 This is a nightly-only experimental API. (slice_internals
)
exposed from core to be reused in std; use the memchr crate
Pure rust memchr implementation, taken from rust-memchr
Functions
memchr | Experimental Returns the first index matching the byte |
memrchr | Experimental Returns the last index matching the byte |