nrc / derive-new

derive simple constructor functions for Rust structs
MIT License
525 stars 35 forks source link

Switch to new proc_macro_derive semantics - original AST should not be emitted. #10

Closed Arnavion closed 7 years ago

Arnavion commented 7 years ago

Fixes #9


Tested against a local rust build since there's no released nightly with the change yet.

nrc commented 7 years ago

Thank you!