lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.29k stars 58 forks source link

add ...rest patterns to macros, and test structs #102

Closed ExpHP closed 6 years ago

ExpHP commented 6 years ago

Closes #100

In addition to adding ... I also did the following:

ExpHP commented 6 years ago

@lloydmeta can I pull the switch on this or do you prefer having the chance to review everything?