match_any 1.0.1

Provides a declarative macro, that matches an expression to any of the patterns and executes the same expression arm for any match.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"