tabled_derive 0.8.0

Derive macros which is used by tabled crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tabled_derive"
version = "0.8.0"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
edition = "2018"
description = "Derive macros which is used by tabled crate"
repository = "https://github.com/zhiburt/tabled"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1", features = ["full", "visit-mut"] }
quote = "1"
proc-macro2 = "1"
heck = "0.4"
proc-macro-error = "1.0"