blob: f5f88036d9d5ced503a629584d8ef678efbadaaf [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Class","The high-level intermediate representation of a character class."],["Dot","A type describing the different flavors of `.`."],["ErrorKind","The type of an error that occurred while building an `Hir`."],["HirKind","The underlying kind of an arbitrary [`Hir`] expression."],["Look","The high-level intermediate representation for a look-around assertion."]],"fn":[["visit","Executes an implementation of `Visitor` in constant stack space."]],"mod":[["literal","Provides literal extraction from `Hir` expressions."],["print","This module provides a regular expression printer for `Hir`."],["translate","Defines a translator that converts an `Ast` to an `Hir`."]],"struct":[["Capture","The high-level intermediate representation for a capturing group."],["CaseFoldError","An error that occurs when Unicode-aware simple case folding fails."],["ClassBytes","A set of characters represented by arbitrary bytes (where one byte corresponds to one character)."],["ClassBytesIter","An iterator over all ranges in a byte character class."],["ClassBytesRange","A single range of characters represented by arbitrary bytes."],["ClassUnicode","A set of characters represented by Unicode scalar values."],["ClassUnicodeIter","An iterator over all ranges in a Unicode character class."],["ClassUnicodeRange","A single range of characters represented by Unicode scalar values."],["Error","An error that can occur while translating an `Ast` to a `Hir`."],["Hir","A high-level intermediate representation (HIR) for a regular expression."],["Literal","The high-level intermediate representation of a literal."],["LookSet","A set of look-around assertions."],["LookSetIter","An iterator over all look-around assertions in a [`LookSet`]."],["Properties","A type that collects various properties of an HIR value."],["Repetition","The high-level intermediate representation of a repetition operator."]],"trait":[["Visitor","A trait for visiting the high-level IR (HIR) in depth first order."]]};