newer-type 0.2.0

Support defining newtype wrapper with inheriting trait implementations
Documentation
[dependencies.newer-type-macro]
version = "0.2.0"

[features]
default = ["std"]
std = []

[lib]
name = "newer_type"
path = "lib.rs"

[package]
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "data-structures", "no-std"]
description = "Support defining newtype wrapper with inheriting trait implementations"
edition = "2021"
homepage = "https://github.com/yasuo-ozu/newer-type"
keywords = ["newtype", "trait", "proc-macro", "attribute-macro"]
license = "MIT"
name = "newer-type"
readme = "README.md"
repository = "https://github.com/yasuo-ozu/newer-type"
rust-version = "1.65.0"
version = "0.2.0"

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

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

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

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

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

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

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