Lolirofle / enum_traits

Simple traits and derives for enums in the Rust programming language
MIT License
6 stars 5 forks source link

Dependencies are out of date. #11

Open rukai opened 5 years ago

rukai commented 5 years ago

Dependencies are really out of date which makes build times much larger then they need to be, as syn and friends are all built twice.

btw, is this crate still maintained? looks like there hasn't been any progress in a while.

rukai commented 5 years ago

I've migrated off this crate as its no longer maintained, here are some equivalent traits that I used.

These are from: