ahocorasick
Implementation of the Aho-Corasick string searching algorithm, as described in the paper "Efficient string matching: an aid to bibliographic search".
exact-trie
Trie and radix tree implementation tailored towards exact matches.
hoshino
Fast string seaching powered by Rust