Lolirofle / enum_traits

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

A release on crates.io with stable support? #7

Open tanriol opened 7 years ago

tanriol commented 7 years ago

Would be nice to have a version on crates.io that supports stable Rust.

Lolirofle commented 7 years ago

I had a "stable" Cargo feature, but I was not sure whether it worked because I never tested it. Did you test it and did it work? I made it the default behaviour in the last commit, but I still have not pushed it to crates.io because I am unsure of whether it is working or not.

tanriol commented 7 years ago

As of 439ccf5, I've compiled my project with it, derived EnumDiscriminant and it seemed to work (although not tested much).