deriving 0.1.3

Framework to make implementing custom derive easier.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "deriving"
version = "0.1.3"
description = "Framework to make implementing custom derive easier."
license = "Apache-2.0"
authors = ["Wei Tang <hi@that.world>"]
edition = "2018"

[dependencies]
syn = { version = "0.15", features = ["extra-traits"] }
quote = "0.6"
proc-macro2 = "0.4"