[dependencies.try_match_inner]
optional = true
version = "0.5.0"
[dev-dependencies.trybuild]
version = "1.0.80"
[features]
_doc_cfg = []
default = ["implicit_map"]
implicit_map = ["try_match_inner"]
std = []
unstable = []
[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", "variant", "enum"]
license = "MIT OR Apache-2.0"
name = "try_match"
readme = "README.md"
repository = "https://github.com/yvt/try_match-rs"
rust-version = "1.56"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]