[go: up one dir, main page]

enum-iterator 0.2.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
[package]
name = "enum-iterator"
version = "0.2.0"
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
description = "Tools to iterate over the variants of a field-less enum"
license = "MIT"
homepage = "https://github.com/stephaneyfx/enum-iterator"
repository = "https://github.com/stephaneyfx/enum-iterator.git"
documentation = "https://docs.rs/enum-iterator"
keywords = ["enum", "variants", "iterator"]

[dependencies]
enum-iterator-derive = {path = "../enum-iterator-derive", version = "0.2.0"}