From 2f5e1554a6a098725e0ea0bcc7b43480e960dc0b Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Thu, 31 May 2018 19:02:45 -0700 Subject: [PATCH] Add runiq binary --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7888f89..f6cd8bc 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) — combines the usability of The Silver Searcher with the raw speed of grep [](https://travis-ci.org/BurntSushi/ripgrep) * [BurntSushi/xsv](https://github.com/BurntSushi/xsv) — a fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [](https://travis-ci.org/BurntSushi/xsv) +* [whitfin/runiq](https://github.com/whitfin/runiq) [[runiq](https://crates.io/crates/runiq)] - an efficient way to filter duplicate lines from unsorted input. ### Utilities