wrap-match 1.0.7

A procedural macro to wrap a function in match statement to make error logging super easy.
Documentation
[dependencies.wrap-match-impl]
version = "=1.0.7"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.pollster]
version = "0.3.0"

[dev-dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

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

[features]
default = []
tracing = ["wrap-match-impl/tracing"]

[package]
authors = ["naturecodevoid"]
description = "A procedural macro to wrap a function in match statement to make error logging super easy."
documentation = "https://docs.rs/wrap-match"
edition = "2021"
homepage = "https://github.com/naturecodevoid/wrap-match"
license = "MIT"
name = "wrap-match"
readme = "README.md"
repository = "https://github.com/naturecodevoid/wrap-match"
version = "1.0.7"