From 3c31eb3b4b3bf0432b6459abe989e719067a41f4 Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Thu, 3 Jan 2019 17:01:11 -0800 Subject: [PATCH] Add bytelines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67d16cc..9ba6960 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [TankerHQ/ruplacer](https://github.com/TankerHQ/ruplacer) — Find and replace text in source files [](https://travis-ci.org/TankerHQ/ruplacer) * [lavifb/todo_r](https://github.com/lavifb/todo_r) — Find all your TODO notes with one command! [](https://travis-ci.org/lavifb/todo_r) * [whitfin/runiq](https://github.com/whitfin/runiq) — an efficient way to filter duplicate lines from unsorted input. +* [whitfin/bytelines](https://github.com/whitfin/bytelines) - Read input lines as byte slices for high efficiency. ### Utilities