pub type Automaton = AhoCorasick;Expand description
Type alias for Aho-Corasick automaton.
The automaton is built from u16 token sequences encoded as bytes. Each token is encoded as 2 bytes in little-endian format.
Based on the Python ScanCode Toolkit implementation at: reference/scancode-toolkit/src/licensedcode/match_aho.py
Aliased Typeยง
pub struct Automaton { /* private fields */ }