nrc / derive-new

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

Change to the new custom derive style #9

Closed nrc closed 7 years ago

nrc commented 7 years ago

In which we no longer need to include the source text in the output (i.e., the derive is a decorator, not a modifier).