mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-20 06:15:37 +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).