wrapper-lite 0.5.1

Helper macro for building a wrapper type and implementing common traits for it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "wrapper-lite"
version = "0.5.1"
edition = "2021"
rust-version = "1.56.0"
authors = ["Hantong Chen <cxwdyx620@gmail.com>"]
categories = ["development-tools"]
description = "Helper macro for building a wrapper type and implementing common traits for it."
keywords = ["macro", "wrapper", "newtype"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/hanyu-dev/wrapper-lite"