const-enum-tools

Crates.ioconst-enum-tools
lib.rsconst-enum-tools
version0.2.0
sourcesrc
created_at2022-05-01 17:14:44.329005
updated_at2022-05-02 13:55:12.390852
descriptionTrait definitions for working with enums at compile time using macros.
homepage
repositoryhttps://github.com/tigergold59/const-enum-tools
max_upload_size
id578674
size2,059
(TigerGold59)

documentation

README

const-enum-tools

A crate with type definitions that allow for versatile operations on enums at compile time, including getting the count of variants and list of variant names.

const-enum-tools-derive can derive these traits for enums.

Commit count: 5

cargo fmt