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 a test to check that LabelledGeneric works with keyword fields #238

Closed lloydmeta closed 2 weeks ago

lloydmeta commented 2 weeks ago

Checks that derives works and transmogrifying works.

Related: