try_match_inner 0.4.0

The internal procedural macro of `try_match`
Documentation
[package]
name = "try_match_inner"
version = "0.4.0"
authors = ["yvt <i@yvt.jp>"]
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://github.com/yvt/try_match-rs"
description = """
The internal procedural macro of `try_match`
"""

[lib]
path = "src/lib.rs"
proc-macro = true

[dependencies]
proc-macro-error = ">= 0.3.1, < 2.0.0"
proc-macro2 = "1"
quote = "1"
syn = { version = "1.0.44", features = ["full"] }