Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedup v2 #5

Merged
merged 10 commits into from
Jan 19, 2018
Merged

Dedup v2 #5

merged 10 commits into from
Jan 19, 2018

Conversation

tim3z
Copy link
Member

@tim3z tim3z commented Jan 17, 2018

This is a vastly improved version of #1. I learned a lot about rust since the first try, and this one here is much more elegant and much more flexible. Plus it will help a lot for coming changes. It uses some neat tricks from rusts awesome type system. Including genericness over owned and shared data, associated types and higher kinded trait bounds. Once rust-lang/rfcs#2071 and rust-lang/rfcs#1598 are implemented the code can be cleaned up a little further.

@tim3z tim3z merged commit ec0f698 into master Jan 19, 2018
@tim3z tim3z deleted the dedup_v2 branch January 19, 2018 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant