An open API service indexing awesome lists of open source software.

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

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