From 24ef9b8d06e9102fdb2cb30a1fb3a1c364e20a01 Mon Sep 17 00:00:00 2001 From: Lispre Date: Tue, 30 Jul 2019 15:23:16 +0800 Subject: [PATCH] add so_stupid_search tool to text processing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d4cb83..6f29b16 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [whitfin/bytelines](https://github.com/whitfin/bytelines) — Read input lines as byte slices for high efficiency. * [vishaltelangre/ff](https://github.com/vishaltelangre/ff) — Find files (ff) by name! [](https://travis-ci.org/vishaltelangre/ff) * [xsv](https://crates.io/crates/xsv) — A fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [](https://travis-ci.org/BurntSushi/xsv) +* [Lispre/so_stupid_search](https://github.com/Lispre/so_stupid_search) - A simple and fast string search tool for human beings ### Utilities