memchr 2.8.0

Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search.
Documentation
1
2
3
4
5
6
/*!
Algorithms for the `wasm32` target using 128-bit vectors via simd128.
*/

pub mod memchr;
pub mod packedpair;