Module aho_corasick::packed::api
source · Structs§
- A builder for constructing a packed searcher from a collection of patterns.
- The configuration for a packed multiple pattern searcher.
- An iterator over non-overlapping matches from a packed searcher.
- A packed searcher for quickly finding occurrences of multiple patterns.
Enums§
- An internal option for forcing the use of a particular packed algorithm.
- A knob for controlling the match semantics of a packed multiple string searcher.
Constants§
- This is a limit placed on the total number of patterns we’re willing to try and match at once. As more sophisticated algorithms are added, this number may be increased.