matchkit 0.1.1

Vocabulary types for multi-pattern matching — Match struct, Matcher trait, shared errors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# matchkit

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