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