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

The Great Glob Import Extinction (and requisite finishing touches) #115

Closed ExpHP closed 6 years ago

ExpHP commented 6 years ago

As before, I tried to break this up into individually readible commits.

It includes several of the last-minute changes mentioned here, each as its own commit (or two) near the beginning. This is followed by one really big commit that corrects all of the examples and tests to use the new use paths.

ExpHP commented 6 years ago

aaaaaahhhhh waitasecond that's not the right branch, hang on >_<

ExpHP commented 6 years ago

So... that WAS the right branch, but github apparently lists commits on both this page and the Commits tab in chronological order (which is the wrong order, because I moved them around while rebasing). >_<

fixed with rebase --ignore-date in another PR (GitHub won't let me reopen this one)