mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-03-03 14:32:22 +02:00
Incidentally, this was done by using the Debug impl for `char` instead of the Display impl. Cute. Fixes #5.
grep
This is a library that provides grep-style line-by-line regex searching (with
comparable performance to grep
itself).