Lolirofle / enum_traits

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

Update to Macros 1.1 #1

Closed dtolnay closed 7 years ago

dtolnay commented 7 years ago

Check out treeflection_derive for an example of the new system, the RFC for the motivation around why code written against Macros 1.1 will be more stable than using plugin_registrar, and the tracking issue to keep up with progress on stabilizing Macros 1.1.