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