enum-iterator-derive 0.1.0

Procedural macro to derive Iterator for field-less enums
Documentation
[package]
name = "enum-iterator-derive"
version = "0.1.0"
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
description = "Procedural macro to derive Iterator for field-less enums"
license = "MIT"
homepage = "https://github.com/stephaneyfx/enum-iterator-derive"
repository = "https://github.com/stephaneyfx/enum-iterator-derive.git"
documentation = "https://docs.rs/enum-iterator-derive"

[lib]
proc-macro = true

[dependencies]
quote = "0.4.2"
syn = "0.12.5"