Part of Santh - open source Rust security and infrastructure tooling. Follow @SanthProject on X.
Vocabulary types for multi-pattern matching — Match struct, Matcher trait, shared errors.
use matchkit::{Match, Matcher};
// Example usage of Matcher traitMIT