Module search
Source - Input
- The configuration and the haystack to use for an Aho-Corasick search.
- Match
- A representation of a match reported by an Aho-Corasick searcher.
- Span
- A representation of a range in a haystack.
- Anchored
- The type of anchored search to perform.
- MatchKind
- A knob for controlling the match semantics of an Aho-Corasick automaton.
- StartKind
- The kind of anchored starting configurations to support in an Aho-Corasick
searcher.