enumly-derive 1.1.1

Provides a procedural macro that exposes a compile-time static list of all variants of an enum.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# enumly-derive

[![Github](https://img.shields.io/badge/github-im--jababa%2Frust--enumly--derive-8da0cb?style=for-the-badge&labelColor=555555&logo=github)](https://github.com/im-jababa/rust-enumly-derive)
[![Crates.io](https://img.shields.io/badge/crates.io-enumly--derive-fc8d62?style=for-the-badge&labelColor=555555&logo=rust)](https://crates.io/crates/enumly-derive)
[![Docs.rs](https://img.shields.io/badge/docs.rs-enumly--derive-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs)](https://docs.rs/enumly-derive)
[![Build](https://img.shields.io/github/actions/workflow/status/im-jababa/rust-enumly-derive/rust.yml?branch=main&style=for-the-badge)](https://github.com/im-jababa/rust-enumly-derive/actions?query=branch%3Amain)

Internal proc-macro crate for `Enumly`.

This package is not intended for direct use; depend on `enumly` instead:
[enumly on crates.io](https://crates.io/crates/enumly).