[package] name = "match-commutative" version = "0.1.0" edition = "2018" authors = ["Jan Riemer"] description = "Match on patterns commutatively, reducing the use of duplicated patterns. ↔️" documentation = "https://docs.rs/match-commutative" readme = "README.md" repository = "https://gitlab.com/janriemer/match-commutative" homepage = "https://gitlab.com/janriemer/match-commutative" license = "MIT OR Apache-2.0" keywords = ["match", "pattern", "macro", "enum", "variant"] categories = ["mathematics", "rust-patterns", "no-std", "no-std::no-alloc"] [badges] maintenance = { status = "experimental" }