wrapper-lite 0.1.1

Helper macro for creating a wrapper over any type (new-type idiom).
Documentation
[dependencies.rustversion]
optional = true
version = "1.0.21"

[features]
const-mut-method = ["rustversion"]
default = ["const-mut-method"]

[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"
name = "wrapper-lite"
readme = "README.md"
repository = "https://github.com/hanyu-dev/wrapper-lite"
rust-version = "1.56.0"
version = "0.1.1"

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

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