tree-buf-macros 0.10.0

Proc macros for the tree-buf crate
Documentation
[package]
name = "tree-buf-macros"
version = "0.10.0"
authors = ["Zac Burns <That3Percent@gmail.com>"]
edition = "2018"
description = "Proc macros for the tree-buf crate"
repository = "https://github.com/That3Percent/tree-buf"
keywords = ["serialization", "protocol", "binary", "buffers"]
categories = ["compression", "parser-implementations"]
license = "MIT"

[badges]
maintenance = { status = "experimental"}

[lib]
proc-macro = true

[dependencies]
syn = "1.0.11"
quote = "1.0.2"
proc-macro2 = "1.0.6"
Inflector = "0.11.4"