Expand description
Pattern matcher implementation using Aho-Corasick algorithm
This module provides efficient multi-pattern string matching to identify tool usage in Bash commands.
Structs§
- AhoCorasick
Matcher - Aho-Corasick based pattern matcher
- Tool
Match - Represents a tool match found in text
Traits§
- Pattern
Matcher - Trait for pattern matching implementations
Functions§
- create_
matcher - Factory function to create a new pattern matcher