match-commutative 0.1.0

Match on patterns commutatively, reducing the use of duplicated patterns. ↔️
Documentation
1
2
3
4
5
#![no_std]
#![forbid(unsafe_code)]
#![doc = include_str!("../README.md")]
pub mod commutative;
pub use commutative::*;