nrc / derive-new

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

support enums #3

Closed nrc closed 7 years ago

nrc commented 8 years ago

With variants A and B we should make new_a and new_b constructors taking the appropriate args.