taiki-e / derive_utils

A procedural macro helper for easily writing custom derives for enums.
https://docs.rs/derive_utils
Apache License 2.0
31 stars 2 forks source link

Support newtype #27

Open taiki-e opened 4 years ago

erikbrinkman commented 1 year ago

Hi, you made this comment almost three years ago. Do you have plan to implement it? And idea about what it might take?

Normally in these instances I'd submit a PR, but I'm still pretty new to rusts proc macros.