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 type macro for Path traversal #161

Closed lloydmeta closed 4 years ago

lloydmeta commented 4 years ago

https://github.com/lloydmeta/frunk/pull/159 but back to using proc-macro-hack for normal path! generation, but using 1.40.0's built -in support for type-macros.