enum-iterator 0.7.0

Tools to iterate over the variants of a field-less enum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.enum-iterator-derive]
version = "0.7.0"

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