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.