wu-manber
A crate for fast multi-string searching (after an initial pre-processing step involving the strings to search for). This crate implements the Wu-Manber algorithm, which is particularly fast when all of the search strings are long. Otherwise, the Aho-Corasick crate may be faster.