Docs.rs
matcher_py-0.5.8
matcher_py 0.5.8
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Lips7
Dependencies
matcher_rs ^0.5.8
normal
pyo3 ^0.25.1
normal
sonic-rs ^0.5.4
normal
pyo3-build-config ^0.25.1
build
Versions
80%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate matcher_py
matcher_
py
0.5.8
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.