zookeeper_derive 0.3.0

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

[lib]
proc-macro = true

[dependencies]
quote = "~0.3.15"
syn = "~0.11.11"