Docs.rs
matcher_py-0.5.7
matcher_py 0.5.7
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Lips7
Dependencies
matcher_rs ^0.5.7
normal
pyo3 ^0.24.0
normal
sonic-rs ^0.4.0
normal
pyo3-build-config ^0.24.0
build
Versions
80%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
matcher_
py
0.5.7
All Items
Crate Items
Structs
Crate
matcher_py
Copy item path
Source
Structs
ยง
Match
Result
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.
Simple
Matcher
A Python class that wraps the
SimpleMatcherRs
Rust structure, providing methods for matching text against a set of predefined patterns.
Simple
Result
A structure representing a simple result from the SimpleMatcher.