sliceslice-0.1.0 has been yanked.
sliceslice
A fast implementation of single-pattern substring search using SIMD acceleration, based on the work presented by Wojciech Muła. For a fast multi-pattern substring search algorithm, see instead the aho-corasick
crate.
Example
use DynamicAvx2Searcher;
Licensing
Licensed under the MIT license. See the LICENSE file for details.