Peternator7 / strum

A small rust library for adding custom derives to enums
https://crates.io/crates/strum
MIT License
1.8k stars 151 forks source link

Add Support for Generics with Enum Is #305

Closed wyatt-herkamp closed 1 year ago

wyatt-herkamp commented 1 year ago

Enum is did not include generics and lifetimes for generated code.

Could you please add the "hacktoberfest-accepted" label to the PR.

Peternator7 commented 1 year ago

Thanks for catching this. Merged!