Expand description
A crate providing a derive keyword to generate a light enum.
This crate provide two derive keywords:
LightEnum
will generate a new enum without the content of each fieldValues
will generate a vector containing each field of the enum