[dependencies]
[package]
authors = ["Jonas Jebing <noreply.jonas.8049@protonmail.com>"]
categories = ["no-std", "rust-patterns"]
description = """
Provides a declarative macro, that matches an expression to any of the patterns
and executes the same expression arm for any match.
"""
documentation = "https://docs.rs/match_any/"
edition = "2018"
keywords = ["match", "any", "enum", "dispatch", "macro"]
license = "MIT OR Apache-2.0"
name = "match_any"
readme = "README.md"
repository = "https://github.com/JonasJebing/rust_match_any"
version = "1.0.1"