wrapper-lite 0.4.0

Helper macro for creating a wrapper over any type (new-type idiom).
Documentation
[dependencies]

[features]

[lib]
name = "wrapper_lite"
path = "src/lib.rs"

[package]
authors = ["Hantong Chen <cxwdyx620@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Helper macro for creating a wrapper over any type (new-type idiom)."
edition = "2021"
keywords = ["macro", "wrapper"]
license = "MIT OR Apache-2.0"
name = "wrapper-lite"
readme = "README.md"
repository = "https://github.com/hanyu-dev/wrapper-lite"
rust-version = "1.56.0"
version = "0.4.0"

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

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

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