match_box 0.0.0

`box` and deref patterns in "match" for stable Rust. Now you can match through `Box`, `Rc`, etc.
Documentation
[dependencies.proc-macro2]
version = "1.0.80"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["fold", "full", "extra-traits", "parsing"]
version = "2.0.7"

[dev-dependencies.insta]
version = "1.40.0"

[dev-dependencies.prettyplease]
features = ["verbatim"]
version = "0.2.22"

[dev-dependencies.trybuild]
version = "1.0.99"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = '`box` and deref patterns in "match" for stable Rust. Now you can match through `Box`, `Rc`, etc.'
edition = "2021"
license = "MIT OR Apache-2.0"
name = "match_box"
readme = "README.md"
repository = "https://github.com/hydro-project/matchbox"
version = "0.0.0"

[[test]]
name = "test"
path = "tests/test.rs"