Module regex_automata::nfa::thompson::literal_trie

source ยท

Structsยง

  • Frame ๐Ÿ”’
    An explicit stack frame used for traversing the trie without using recursion.
  • LiteralTrie ๐Ÿ”’
    A trie that preserves leftmost-first match semantics.
  • State ๐Ÿ”’
    A state in a trie.
  • StateChunksIter ๐Ÿ”’
    An iterator over all of the chunks in a state, including the active chunk.
  • Transition ๐Ÿ”’
    A single transition in a trie to another state.