enum-iterator-derive 0.6.0

Procedural macro to iterate over the variants of a field-less enum
Documentation
[dependencies.proc-macro2]
version = "1.0.4"

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
version = "1.0.5"

[lib]
proc-macro = true

[package]
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
description = "Procedural macro to iterate over the variants of a field-less enum"
documentation = "https://docs.rs/enum-iterator-derive"
edition = "2018"
homepage = "https://github.com/stephaneyfx/enum-iterator"
keywords = ["enum", "variants", "iterator"]
license = "MIT"
name = "enum-iterator-derive"
repository = "https://github.com/stephaneyfx/enum-iterator.git"
version = "0.6.0"