try_match 0.2.1

An expression macro that does pattern matching and returns the result in `Result`.
Documentation
[dependencies.proc-macro-hack]
optional = true
version = "0.5.11"

[dependencies.try_match_inner]
optional = true
version = "0.1.0"

[features]
default = ["implicit_map", "std"]
implicit_map = ["proc-macro-hack", "try_match_inner"]
std = []

[package]
authors = ["yvt <i@yvt.jp>"]
categories = ["rust-patterns", "no-std"]
description = "An expression macro that does pattern matching and returns the result in `Result`.\n"
edition = "2018"
keywords = ["match", "pattern", "macro"]
license = "MIT/Apache-2.0"
name = "try_match"
readme = "README.md"
repository = "https://github.com/yvt/try_match-rs"
version = "0.2.1"