zookeeper_derive 0.4.1

Derive implementations used to build the ZooKeeper library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "zookeeper_derive"
version = "0.4.1"
authors = ["Travis Gockel <travis@gockelhut.com>"]
license = "MIT"
description = "Derive implementations used to build the ZooKeeper library"

[lib]
proc-macro = true

[dependencies]
quote = "1"
syn = "1"
#proc-macro2 = { version = "0.4", features = ["nightly"] }