[dependencies.try_match_inner]
optional = true
version = "= 0.4.0"
[features]
default = ["implicit_map"]
implicit_map = ["try_match_inner"]
std = []
[package]
authors = ["yvt <i@yvt.jp>"]
categories = ["rust-patterns", "no-std"]
description = "An expression macro to match a pattern and return the bound variables 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.3.0"