lloydmeta / frunk

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

Create a nursery project? #151

Open lloydmeta opened 5 years ago

lloydmeta commented 5 years ago

It might be nice with the next minor version to start a "nursery" project to hold "cutting-edge" or trial concepts.

We could put things like Transmogrifier and PathTraverser in there, basically stuff that hold promise, but have a few known edge cases or are waiting for more compiler support to become really smooth experiences.

Note, I don't think this module should be used for holding things that require nightly ...