ebml-iterable-specification-derive 0.1.0

Provides macros for implementing `EbmlSpecification` for the `ebml-iterable` crate.
Documentation
[package]
name = "ebml-iterable-specification-derive"
version = "0.1.0"
authors = ["Austin Blake <austinl3roy@gmail.com>"]
edition = "2018"
description = "Provides macros for implementing `EbmlSpecification` for the `ebml-iterable` crate."
license = "MIT"
homepage = "https://github.com/austinleroy/ebml-iterable"
repository = "https://github.com/austinleroy/ebml-iterable"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
ebml-iterable-specification = { version = "=0.1.0", path = "../specification" }