appaquet / extsort-rs

External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator
Apache License 2.0
24 stars 5 forks source link

Add sort_by and sort_by_key #10

Closed meithecatte closed 3 years ago

appaquet commented 3 years ago

Thanks for the contribution!

This looks good, except that it seems like you haven't run cargo fmt on it.

meithecatte commented 3 years ago

Sorry for that, fixed it up now.