Crate matcher_py

Source

Structsยง

MatchResult
A structure representing a match result from the Matcher.
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.
SimpleMatcher
A Python class that wraps the SimpleMatcherRs Rust structure, providing methods for matching text against a set of predefined patterns.
SimpleResult
A structure representing a simple result from the SimpleMatcher.