deriving 0.1.3

Framework to make implementing custom derive easier.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["extra-traits"]
version = "0.15"

[package]
authors = ["Wei Tang <hi@that.world>"]
description = "Framework to make implementing custom derive easier."
edition = "2018"
license = "Apache-2.0"
name = "deriving"
version = "0.1.3"