wrapper-lite 0.3.2

Helper macro for creating a wrapper over any type (new-type idiom).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wrapper-lite"
version = "0.3.2"
edition = "2021"
rust-version = "1.56.0"

# === Publication info ===
authors = ["Hantong Chen <cxwdyx620@gmail.com>"]
categories = ["development-tools"]
description = "Helper macro for creating a wrapper over any type (new-type idiom)."
keywords = ["macro", "wrapper"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/hanyu-dev/wrapper-lite"

[dependencies]

[features]