1 /*!
2 Algorithms for the `wasm32` target using 128-bit vectors via simd128.
3 */
4 
5 pub mod memchr;
6 pub mod packedpair;
7