enum-iterator-derive 0.8.1

Procedural macro to derive IntoEnumIterator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- cargo-sync-readme start -->

# Overview
- [📦 crates.io]https://crates.io/crates/enum-iterator-derive
- [📖 Documentation]https://docs.rs/enum-iterator-derive
- [âš– 0BSD license]https://spdx.org/licenses/0BSD.html

Procedural macro to derive `IntoEnumIterator` for field-less enums.

See crate [enum-iterator](https://docs.rs/enum-iterator) for details.

# Contribute
All contributions shall be licensed under the [0BSD license](https://spdx.org/licenses/0BSD.html).

<!-- cargo-sync-readme end -->