https://github.com/santhsecurity/matchkit
Vocabulary types for multi-pattern matching
https://github.com/santhsecurity/matchkit
Last synced: about 1 month ago
JSON representation
Vocabulary types for multi-pattern matching
- Host: GitHub
- URL: https://github.com/santhsecurity/matchkit
- Owner: santhsecurity
- License: mit
- Created: 2026-04-08T23:42:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-24T03:11:34.000Z (2 months ago)
- Last Synced: 2026-05-24T05:10:52.692Z (2 months ago)
- Language: Rust
- Homepage: https://santh.dev
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# matchkit
Part of [Santh](https://santh.dev) - open source Rust security and infrastructure tooling. Follow [@SanthProject](https://x.com/SanthProject) on X.
Vocabulary types for multi-pattern matching — Match struct, Matcher trait, shared errors.
## Quick Start
```rust
use matchkit::{Match, Matcher};
// Example usage of Matcher trait
```
## License
MIT