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

Edition #182

Closed ImmemorConsultrixContrarie closed 3 years ago

ImmemorConsultrixContrarie commented 3 years ago

Rust will soon hit 2021 edition, but frunk is still at 2015 (which I found accidentally by trying to write use in tests). Any thoughts about migration?

lloydmeta commented 3 years ago

++ I think it would make sense to migrate to at least 2018, if not 2021.

ExpHP commented 3 years ago

There was some discussion here: https://github.com/lloydmeta/frunk/pull/154#issuecomment-475841031

It's obviously a good idea, I'd say the only reason we haven't yet really was due to some accidents of timing.