Expand description
phos
is a powerful and flexible rust crate for pattern matching and pattern permutation generation.
It offers a different approach to pattern matching by providing a Pattern
or Matcher
struct (similar to a regex expression) that is generic, allowing you to match across any type, not just Strings.