[WIP] uniq command
Created by: bertinatto
Hi there,
Would you mind taking a look at what I've so far for the uniq
command?
I started off using the code from sort
. The code from repeated_lines
and unique_lines
are based in the code from std::vec:Vec::dedup_by
.
I'd love to get some feedback from more experienced Rust developers!
Thanks!