blob: f2048647f44026ba5e47dd624ef4e42b8c30895d [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["AhoCorasickKind","The type of Aho-Corasick implementation to use in an [`AhoCorasick`] searcher."],["Anchored","The type of anchored search to perform."],["MatchErrorKind","The underlying kind of a [`MatchError`]."],["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."]],"mod":[["automaton","Provides [`Automaton`] trait for abstracting over Aho-Corasick automata."],["dfa","Provides direct access to a DFA implementation of Aho-Corasick."],["nfa","Provides direct access to NFA implementations of Aho-Corasick."],["packed","Provides packed multiple substring search, principally for a small number of patterns."]],"struct":[["AhoCorasick","An automaton for searching multiple strings in linear time."],["AhoCorasickBuilder","A builder for configuring an Aho-Corasick automaton."],["BuildError","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."],["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."],["MatchError","An error that occurred during an Aho-Corasick search."],["PatternID","The identifier of a pattern in an Aho-Corasick automaton."],["PatternIDError","This error occurs when an ID could not be constructed."],["Span","A representation of a range in a haystack."],["StreamFindIter","An iterator that reports Aho-Corasick matches in a stream."]]};