1 line
847 B
JavaScript
1 line
847 B
JavaScript
|
initSidebarItems({"enum":[["ErrorKind","The kind of error that occurred."],["MatchKind","A knob for controlling the match semantics of an Aho-Corasick automaton."]],"struct":[["AhoCorasick","An automaton for searching multiple strings in linear time."],["AhoCorasickBuilder","A builder for configuring an Aho-Corasick automaton."],["Error","An error that occurred during the construction of an Aho-Corasick automaton."],["FindIter","An iterator of non-overlapping matches in a particular haystack."],["FindOverlappingIter","An iterator of overlapping matches in a particular haystack."],["Match","A representation of a match reported by an Aho-Corasick automaton."],["StreamFindIter","An iterator that reports Aho-Corasick matches in a stream."]],"trait":[["StateID","A trait describing the representation of an automaton's state identifier."]]});
|