Crate matcher_py
source ·Structs§
- A structure representing a match result from the Matcher.
- This class represents a Matcher, which provides functionality to match and process text based on a matchup table map. It leverages the
matcher_rs
library to perform the operations. - A Python class that wraps the
SimpleMatcherRs
Rust structure, providing methods for matching text against a set of predefined patterns. - A structure representing a simple result from the SimpleMatcher.