enum-iterator 2.1.0

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
15
[dependencies.enum-iterator-derive]
version = "1.4.0"

[package]
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
description = "Tools to iterate over all values of a type (e.g. all variants of an enumeration)"
documentation = "https://docs.rs/enum-iterator"
edition = "2021"
homepage = "https://github.com/stephaneyfx/enum-iterator"
keywords = ["enum", "variants", "iterator", "enumerate", "cardinality"]
license = "0BSD"
name = "enum-iterator"
readme = "README.md"
repository = "https://github.com/stephaneyfx/enum-iterator.git"
version = "2.1.0"