regex_automata::nfa::thompson

Module literal_trie

Source

Structs§

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