Module aho_corasick::util::remapper

source ยท

Structsยง

  • IndexMapper ๐Ÿ”’
    A simple type for mapping between state indices and state IDs.
  • Remapper ๐Ÿ”’
    Remapper is an abstraction the manages the remapping of state IDs in a finite state machine. This is useful when one wants to shuffle states into different positions in the machine.

Traitsยง

  • Remappable ๐Ÿ”’
    Remappable is a tightly coupled abstraction that facilitates remapping state identifiers in DFAs.