enum-iterator 0.8.1

Tools to iterate over all values of a type (e.g. all variants of an enumeration)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "enum-iterator"
version = "0.8.1"
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
edition = "2021"
description = "Tools to iterate over all values of a type (e.g. all variants of an enumeration)"
license = "0BSD"
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", "enumerate"]

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