initSidebarItems({"enum":[["Error","An error that encapsulates all possible errors in this crate."],["LevenshteinError","An error that occurred while building a Levenshtein automaton."],["RegexError","An error that occurred while compiling a regular expression."]],"mod":[["map","Map operations implemented by finite state transducers."],["raw","Operations on raw finite state transducers."],["set","Set operations implemented by finite state transducers."]],"struct":[["Levenshtein","A Unicode aware Levenshtein automaton for running efficient fuzzy queries."],["Map","Map is a lexicographically ordered map from byte strings to integers."],["MapBuilder","A builder for creating a map."],["Regex","A regular expression for searching FSTs with Unicode support."],["Set","Set is a lexicographically ordered set of byte strings."],["SetBuilder","A builder for creating a set."]],"trait":[["Automaton","Automaton describes types that behave as a finite automaton."],["IntoStreamer","IntoStreamer describes types that can be converted to streams."],["Streamer","Streamer describes a \"streaming iterator.\""]],"type":[["Result","A `Result` type alias for this crate's `Error` type."]]});