1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/grep
Andrew Gallant 24e14a0341 grep 0.1.2
2016-09-21 19:14:12 -04:00
..
src Fix a performance bug where using -w could result in very bad performance. 2016-09-21 19:12:07 -04:00
Cargo.toml grep 0.1.2 2016-09-21 19:14:12 -04:00
README.md add readme 2016-09-13 21:15:10 -04:00

grep

This is a library that provides grep-style line-by-line regex searching (with comparable performance to grep itself).