Fast multiple substring searching using the Aho-Corasick algorithm.
# Cargo.toml
[dependencies]
aho-corasick = "1.1.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Searches for multiple patterns in a string and collects all matches.
Use AhoCorasick::try_from(patterns) or handle the Result from new() properly.
No dependency data recorded yet.