mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
d22a3ca3e5
Incidentally, this was done by using the Debug impl for `char` instead of the Display impl. Cute. Fixes #5. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
grep
This is a library that provides grep-style line-by-line regex searching (with
comparable performance to grep
itself).