derive_more icon indicating copy to clipboard operation
derive_more copied to clipboard

Converge my crate into yours

Open wiiznokes opened this issue 6 months ago • 2 comments

Hi, this is my crate: https://crates.io/crates/light_enum.

Are you interested in a pull request that adds its 2 Derive keywords (LightEnum and Values) ? Values could be renamed into Array.

I wrote it without thinking that there were already crate for it. Doing this with the derive_more helper functions will be easier I think. And I know there is also EnumDiscriminants from strum.

What do you think?

wiiznokes avatar Dec 18 '23 20:12 wiiznokes