Skip to content

[WIP] uniq command

Jeremy Soller requested to merge bertinatto:add_unique_command into master

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!

Merge request reports