matchkit
Vocabulary types for multi-pattern matching — Match struct, Matcher trait, shared errors.
Quick Start
use ;
// Example usage of Matcher trait
License
MIT
Vocabulary types for multi-pattern matching — Match struct, Matcher trait, shared errors.
use matchkit::{Match, Matcher};
// Example usage of Matcher trait
MIT