Module aho_corasick::util::remapper

source ·

Structs

  • 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.